# 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-bson" version = "0.1.1" authors = ["SerP "] description = "axum bson extractor and response" readme = "README.md" keywords = [ "axum", "bson", ] license = "MIT" repository = "https://github.com/serp256/axum_bson.git" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4" [dependencies.bson] version = "2.9" [dependencies.bytes] version = "1.5" [dependencies.http] version = "1" [dependencies.mime] version = "0.3" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1"