[package] name = "karnycukta" version = "0.1.0" authors = ["Christine Dodrill "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" async-trait = "0" atom_syndication = "0.9" chrono = "*" log = "0" pretty_env_logger = "0.4" webpki = "0.21.0" rustls = { version = "0.19", features = ["dangerous_configuration"] } structopt = "0.3" tokio = { version = "0.3", features = ["full"] } maj = { path = "../..", features = ["server", "client"], default-features = false }