cove/cove/Cargo.toml
2024-01-11 11:22:34 +01:00

47 lines
1.2 KiB
TOML

[package]
name = "cove"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
cove-config = { path = "../cove-config" }
cove-input = { path = "../cove-input" }
crossterm = { workspace = true }
parking_lot = { workspace = true }
thiserror = { workspace = true }
toss = { workspace = true }
anyhow = "1.0.79"
async-trait = "0.1.77"
clap = { version = "4.4.14", features = ["derive", "deprecated"] }
cookie = "0.18.0"
directories = "5.0.1"
linkify = "0.10.0"
log = { version = "0.4.20", features = ["std"] }
once_cell = "1.19.0"
open = "5.0.1"
rusqlite = { version = "0.30.0", features = ["bundled", "time"] }
serde_json = "1.0.111"
tokio = { version = "1.35.1", features = ["full"] }
tz-rs = "0.6.14"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.11"
[dependencies.time]
version = "0.3.31"
features = ["macros", "formatting", "parsing", "serde"]
[dependencies.tokio-tungstenite]
version = "0.21.0"
features = ["rustls-tls-native-roots"]
[dependencies.euphoxide]
git = "https://github.com/Garmelon/euphoxide.git"
tag = "v0.5.0"
features = ["bot"]
[dependencies.vault]
git = "https://github.com/Garmelon/vault.git"
tag = "v0.3.0"
features = ["tokio"]