neveko/neveko-core/Cargo.toml

30 lines
707 B
TOML
Raw Normal View History

2023-04-30 15:55:41 +00:00
[package]
2023-06-03 14:17:58 +00:00
name = "neveko_core"
2023-06-30 11:24:53 +00:00
version = "0.4.6-alpha"
2023-04-30 15:55:41 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
clap = { version = "4.1.4", features = ["derive"] }
diqwest = "1.1.1"
env_logger = "0.10.0"
gpgme = "0.11.0"
hex = "0.4.3"
hmac = "0.12.1"
jwt = "0.16.0"
2023-06-06 14:18:06 +00:00
lazy_static = "1.4.0"
2023-04-30 15:55:41 +00:00
lmdb-rs = "0.7.6"
log = "0.4"
rand = "0.8.5"
rand_core = "0.6.4"
reqwest = { version = "0.11.12", features = ["json"] }
rocket = { version = "0.5.0-rc.2", features = ["json"] }
rpassword = "0.0.4"
2023-04-30 15:55:41 +00:00
schedule_recv = "0.1.0"
sha2 = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.94"
tokio = "1.25.0"