# 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 = "jder_axum" version = "0.3.0" authors = ["Alpheus Tang"] build = false include = [ "src/*", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A response builder for Axum """ homepage = "https://github.com/alpheustangs/jder_axum" readme = "README.md" keywords = [ "jder", "axum", "json", "response", "util", ] categories = [ "parser-implementations", "web-programming", ] license = "MIT" repository = "https://github.com/alpheustangs/jder_axum" [lib] name = "jder_axum" path = "src/lib.rs" [dependencies.axum] version = "~0.7.7" features = ["multipart"] [dependencies.axum-core] version = "~0.4.5" [dependencies.axum_typed_multipart] version = "~0.13.1" [dependencies.bytes] version = "^1.8.0" [dependencies.serde] version = "^1.0.213" features = ["derive"] [dependencies.serde_json] version = "^1.0.132"