# 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.75" name = "utoipa-redoc" version = "5.0.0" authors = ["Juha Kukkonen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redoc for utoipa" readme = "README.md" keywords = [ "redoc", "openapi", "documentation", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/juhaku/utoipa" [package.metadata.docs.rs] features = [ "actix-web", "axum", "rocket", ] rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] name = "utoipa_redoc" path = "src/lib.rs" [dependencies.actix-web] version = "4" optional = true [dependencies.axum] version = "0.7" optional = true default-features = false [dependencies.rocket] version = "0.5" features = ["json"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.utoipa] version = "5.0.0" features = ["macros"] default-features = false [dev-dependencies] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]