# 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 = "rgreeter" version = "0.1.2" authors = ["Kamesh Sampath"] description = "A simple REST API to greeter a user by name. Typically used for quick demos and checks." readme = "README.md" keywords = [ "greeter", "demos", "REST", "drone-io", "cargo-zigbuild", ] license = "Apache-2.0" repository = "https://github.com/kameshsampath/rust-greeter" [profile.release] strip = true [dependencies.axum] version = "0.6.6" [dependencies.hyper] version = "0.14.24" features = ["full"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.tower] version = "0.4.13" features = ["util"]