2023-05-30 06:39:02 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tabby-common"
|
2023-11-05 20:42:53 +00:00
|
|
|
version = "0.5.1-rc.5"
|
2023-05-30 06:39:02 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-05-30 22:44:29 +00:00
|
|
|
chrono = "0.4.26"
|
2023-06-05 22:18:10 +00:00
|
|
|
filenamify = "0.1.0"
|
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" ] }
|
|
|
|
|
tokio = { workspace = true, features = ["rt", "macros"] }
|
|
|
|
|
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-06-05 03:08:43 +00:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
testutils = []
|