# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rocket_okapi_fork" version = "0.7.4" authors = ["Graham Esau , Kristoffer Ödmark "] description = "OpenAPI (AKA Swagger) document generation for Rocket applications, forked version from rocket_okapi" keywords = ["rust", "openapi", "swagger", "rocket"] license = "MIT" repository = "https://github.com/TotalKrill/okapi" [dependencies.okapi] version = "0.6.0" package = "okapi_fork" [dependencies.rocket] version = "0.5.0-rc.1" features = ["json"] default-features = false [dependencies.rocket_okapi_codegen] version = "0.7.1" package = "rocket_okapi_codegen_fork" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0"