moonfire-nvr/server/base/Cargo.toml

29 lines
553 B
TOML
Raw Normal View History

[package]
name = "moonfire-base"
version = "0.0.1"
authors = ["Scott Lamb <slamb@slamb.org>"]
readme = "../README.md"
2023-01-28 14:59:21 -05:00
edition = "2021"
license-file = "../../LICENSE.txt"
[features]
nightly = []
[lib]
path = "lib.rs"
[dependencies]
chrono = "0.4.23"
failure = "0.1.1"
futures = "0.3"
libc = "0.2"
nom = "7.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slab = "0.4"
time = "0.1"
tracing = "0.1.37"
tracing-core = "0.1.30"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] }