[package] name = "axum-bson" version = "0.1.1" edition = "2021" authors = ["SerP "] license = "MIT" license_file="LICENCE" description = "axum bson extractor and response" repository = "https://github.com/serp256/axum_bson.git" keywords = ["axum","bson"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bson="2.9" axum-core = "0.4" serde = "1" http = "1" async-trait = "0.1" mime = "0.3" bytes = "1.5" thiserror = "1"