# 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 = "aerr" version = "0.1.11" description = "error like anyhow for axum" homepage = "https://github.com/3TiSite/rust/tree/main/aerr" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/3TiSite/rust.git" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.7.2" [dependencies.bytes] version = "1.5.0" [dependencies.prost] version = "0.12.3" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.sonic-rs] version = "0.2.6" [dependencies.tracing] version = "0.1.40" [dev-dependencies] [features]