Files
ascertain/Cargo.toml

20 lines
599 B
TOML

[package]
name = "ascertain"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.82"
base64 = "0.22.1"
chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.30"
hex = { version = "0.4.3", features = ["serde"] }
openssl = "0.10.64"
serde = { version = "1.0.200", features = ["derive", "rc"] }
serde_json = "1.0.116"
serde_with = { version = "3.8.1", features = ["base64"] }
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "fs", "io-util", "net", "sync", "time", "macros", "parking_lot"] }
toml = "0.8.12"
tracing = { version = "0.1.40" }