# 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 = "poem-extensions" version = "0.9.0" authors = ["zihan "] build = false include = [ "src/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Extensions for Poem." homepage = "https://github.com/ZihanType/poem-extensions" readme = "README.md" keywords = [ "poem", "open-api", "web", "swagger", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/poem-extensions" [lib] name = "poem_extensions" path = "src/lib.rs" [dependencies.poem] version = "3" default-features = false [dependencies.poem-extensions-macro] version = "0.9.0" default-features = false [dependencies.poem-openapi] version = "5" default-features = false [dev-dependencies.poem] version = "3" features = ["test"] default-features = false [dev-dependencies.serde_json] version = "1" default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false