[package] name = "mtcap" version = "1.1.4" description = "Communication with MTCAP" edition = "2021" license = "MIT" repository = "https://github.com/becky112358/mtcap" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" json = "0.12" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" strum = "0.24" strum_macros = "0.24" thiserror = "1.0"