[package] name = "docktor" version = "0.35.2" license = "Apache-2.0" edition = "2021" authors = ["Bigo "] keywords = ["smithy", "web", "api", "docker"] categories = ["asyncronous", "web-programming", "api-bindingw"] description = """ Docktor Container Orchestration System. """ [dependencies] # Third-party async-io = { version = "1.6", default-features = false, features = [] } async-ssh2-lite = "0.2" axum-core = "0.1.1" axum-server = { version = "0.3", features = ["tls-rustls"] } bollard = "0.11" bytes = "1" clap = { version = "3", features = ["derive", "env"] } color-eyre = "0.6" dirs = "4" eyre = "0.6" futures = "0.3" futures-util = "0.3" getset = "0.1" hostname = "0.3" http = "0.2" http-body = "0.4" hyper = {version = "0.14", features = ["full"] } num_cpus = "1" pin-project-lite = "0.2" pnet = "0.29" rand = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" systemstat = "0.1" thiserror = "1" tokio = { version = "1", features = ["full"]} toml = "0.5" tower = "0.4" tower-http = { version = "0.2", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "std"] } # Smithy [dependencies.aws-smithy-client] version = "0.35.2" [dependencies.aws-smithy-http] version = "0.35.2" [dependencies.aws-smithy-http-server] version = "0.35.2" [dependencies.docktor-api] version = "0.35.2" [dependencies.docktor-api-client] version = "0.35.2" [dev-dependencies] pretty_assertions = "1" tempdir = "0.3" [profile.release] lto = true