# 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 = "rusty-swagger" version = "0.1.1" authors = ["Patrick Amrein "] description = "Package to generate latex documentation from OpenAPI 3.0 YAML specifications" homepage = "https://github.com/Ubique-OSS/openapi3-yaml2tex" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Ubique-OSS/openapi3-yaml2tex" [dependencies.mustache] version = "0.9.0" [dependencies.regex] version = "1.3.6" [dependencies.reqwest] version = "0.10.4" features = ["gzip"] [dependencies.serde] version = "1.0.106" [dependencies.serde_derive] version = "1.0.106" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.yaml-rust] version = "0.4.3"