# 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 = "axum-postcard" version = "0.2.0" description = "📬 postcard axum extractor and response using serde" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/joseburgosguntin/axum-postcard/tree/main" [dependencies.async-trait] version = "0.1.72" [dependencies.axum] version = "0.7" [dependencies.bytes] version = "1.4" [dependencies.heapless] version = "0.8" [dependencies.mime] version = "0.3.17" [dependencies.postcard] version = "1.0" features = ["alloc"] [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.axum-test-helpers] version = "0.7.6"