# 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 = "2018" name = "cyaxon_rocket_okapi" version = "0.9.2" authors = ["Graham Esau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenAPI (AKA Swagger) document generation for Rocket applications" readme = "README.md" keywords = [ "rust", "openapi", "swagger", "rocket", ] categories = ["web-programming"] license = "MIT" [package.metadata.docs.rs] features = [ "swagger", "rapidoc", ] [lib] name = "cyaxon_rocket_okapi" path = "src/lib.rs" [dependencies.cyaxon_okapi] version = "0.9.2" [dependencies.cyaxon_rocket_okapi_codegen] version = "0.9.2" [dependencies.either] version = "1" [dependencies.log] version = "0.4" [dependencies.rocket] version = "0.5.0-rc.2" features = ["json"] default-features = false [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = ["preserve_order"] msgpack = ["rocket/msgpack"] preserve_order = [ "schemars/preserve_order", "cyaxon_okapi/preserve_order", ] rapidoc = [] secrets = ["rocket/secrets"] swagger = [] uuid = [ "rocket/uuid", "schemars/uuid", ]