# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "echo-rs" version = "0.2.0" authors = ["Mark S. "] description = "A simple HTTP echo server" homepage = "https://github.com/the-wondersmith/echo-rs" readme = "README.md" keywords = [ "kubernetes", "demo", "axum", "echo", ] categories = [ "web-programming::http-server", "development-tools::testing", ] license = "AGPL-3.0-or-later" repository = "https://github.com/the-wondersmith/echo-rs" [profile.dev] opt-level = 0 codegen-units = 512 debug = 2 incremental = true [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = true strip = true [dependencies.anyhow] version = "^1" [dependencies.axum] version = "^0.6" features = [ "http2", "macros", "headers", "tracing", ] [dependencies.axum-server] version = "^0.5" features = ["tls-rustls"] [dependencies.clap] version = "^4.3" features = [ "env", "derive", "default", ] [dependencies.log] version = "^0.4" [dependencies.metrics] version = "^0.21" [dependencies.metrics-exporter-prometheus] version = "^0.12" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.tokio] version = "^1.25" features = ["full"] [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.3" features = ["env-filter"]