# 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" rust-version = "1.81" name = "hypers_openapi" version = "0.14.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compile time generated OpenAPI documentation for hypers" readme = "README.md" keywords = [ "openapi", "rest-api", "web", "hypers", "documentation", ] categories = ["web-programming"] license = "Apache-2.0" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [lib] name = "hypers_openapi" path = "src/lib.rs" [dependencies.chrono] version = "=0.4.38" optional = true [dependencies.hypers_core] version = "0.14.1" features = ["cookie"] [dependencies.hypers_openapi_macro] version = "0.14.1" [dependencies.mime_guess] version = "=2.0.5" [dependencies.rust-embed] version = "=8.5.0" [dependencies.rust_decimal] version = "=1.36.0" optional = true [dependencies.serde] version = "=1.0.210" features = ["derive"] [dependencies.serde_json] version = "=1.0.128" [dependencies.serde_yaml] version = "=0.9.33" optional = true [dependencies.smallvec] version = "=1.13.2" optional = true [dependencies.time] version = "=0.3.36" optional = true [dependencies.ulid] version = "=1.1.3" optional = true [dependencies.url] version = "=2.5.2" optional = false [dependencies.uuid] version = "=1.10.0" optional = true [dev-dependencies.assert-json-diff] version = "=2.0.2" [features] chrono = [ "dep:chrono", "hypers_openapi_macro/chrono", ] debug = [] decimal = [ "dep:rust_decimal", "hypers_openapi_macro/decimal", ] decimal-float = [ "dep:rust_decimal", "hypers_openapi_macro/decimal-float", ] full = [ "chrono", "decimal", "url", "ulid", "uuid", "time", "smallvec", "yaml", ] smallvec = [ "dep:smallvec", "hypers_openapi_macro/smallvec", ] time = [ "dep:time", "hypers_openapi_macro/time", ] ulid = [ "dep:ulid", "hypers_openapi_macro/ulid", ] url = ["hypers_openapi_macro/url"] uuid = [ "dep:uuid", "hypers_openapi_macro/uuid", ] yaml = ["dep:serde_yaml"]