# 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-yaml" version = "0.4.0" authors = ["Mykhailo (Mike) Gavrylov "] exclude = [".github/*"] description = "YAML extractor for axum" readme = "README.md" keywords = [ "axum", "yaml", "parser", "parsing", "extractor", ] categories = [ "parsing", "text-processing", "encoding", "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/gavrik/axum-yaml" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4" [dependencies.bytes] version = "1.5" [dependencies.http] version = "1.0" [dependencies.mime] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_path_to_error] version = "0.1" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.axum] version = "0.7" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1.35" [dev-dependencies.tower] version = "0.4" [dev-dependencies.tower-service] version = "0.3" [dev-dependencies.uuid] version = "1.1" features = ["serde"]