2023-05-30 06:39:02 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tabby-common"
|
2023-11-27 06:58:58 +00:00
|
|
|
version = "0.7.0-dev"
|
2023-05-30 06:39:02 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-05 22:18:10 +00:00
|
|
|
filenamify = "0.1.0"
|
2023-12-11 04:14:49 +00:00
|
|
|
home = "0.5.5"
|
2023-05-30 22:44:29 +00:00
|
|
|
lazy_static = { workspace = true }
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
serdeconv = { workspace = true }
|
2023-06-22 02:48:13 +00:00
|
|
|
serde-jsonlines = { workspace = true }
|
2023-08-09 07:31:13 +00:00
|
|
|
reqwest = { workspace = true, features = [ "json" ] }
|
|
|
|
|
uuid = { version = "1.4.1", features = ["v4"] }
|
2023-10-06 18:54:12 +00:00
|
|
|
tantivy.workspace = true
|
2023-11-02 23:01:04 +00:00
|
|
|
anyhow.workspace = true
|
2023-11-18 08:50:16 +00:00
|
|
|
glob = "0.3.1"
|
2023-11-18 23:17:54 +00:00
|
|
|
utoipa.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2023-11-18 23:45:00 +00:00
|
|
|
async-trait.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
2023-06-05 03:08:43 +00:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
testutils = []
|
2023-11-18 23:17:54 +00:00
|
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
|
ignored = [
|
|
|
|
|
# required in utoipa ToSchema.
|
|
|
|
|
"serde_json"
|
2023-11-18 23:45:00 +00:00
|
|
|
]
|