[package] name = "certdog" version = "0.1.0" authors = ["Arnaldo Garcia Rincon "] license = "Apache-2.0 OR MIT" edition = "2021" publish = false build = "build.rs" # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] apiclient = { path = "../apiclient", version = "0.1" } argh = "0.1" base64 = "0.13" constants = { path = "../../constants", version = "0.1" } log = "0.4" models = { path = "../../models", version = "0.1" } serde_json = "1" simplelog = "0.12" snafu = "0.7" tokio = { version = "~1.25", default-features = false, features = ["macros", "rt-multi-thread"] } # LTS x509-parser = "0.14" [dev-dependencies] tempfile = "3" [build-dependencies] generate-readme = { version = "0.1", path = "../../generate-readme" }