# 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 = "cargo-rocketapi" version = "1.0.0" authors = ["Kristoffer Ödmark "] description = "Rocket OpenApi (roapi) is a preliminary test in generating OpenApi files from a rocket project" readme = "README.md" license = "MIT" repository = "https://github.com/TotalKrill/cargo-rocketapi" [dependencies.cargo_toml] version = "0.8.0" [dependencies.log] version = "0.4.8" [dependencies.openapi_rocketapi] version = "0.1.5" [dependencies.proc-macro2] version = "1.0.1" [dependencies.rocket] version = "0.4.2" [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.simple_logger] version = "1.3.0" [dependencies.syn] version = "1.0.5" features = ["full", "derive", "printing", "parsing", "extra-traits"] [dependencies.toml] version = "0.5.3" [dependencies.walkdir] version = "2.2.9"