tabby/crates/tabby-common/Cargo.toml

31 lines
660 B
TOML

[package]
name = "tabby-common"
version = "0.7.0-dev"
edition = "2021"
[dependencies]
filenamify = "0.1.0"
home = "0.5.5"
lazy_static = { workspace = true }
serde = { workspace = true }
serdeconv = { workspace = true }
serde-jsonlines = { workspace = true }
reqwest = { workspace = true, features = [ "json" ] }
uuid = { version = "1.4.1", features = ["v4"] }
tantivy.workspace = true
anyhow.workspace = true
glob = "0.3.1"
utoipa.workspace = true
serde_json.workspace = true
async-trait.workspace = true
thiserror.workspace = true
[features]
testutils = []
[package.metadata.cargo-machete]
ignored = [
# required in utoipa ToSchema.
"serde_json"
]