# 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 = "oas_gen" version = "0.5.0" authors = ["Andras Mocsary "] publish = true description = "An ergonomic, opinionated, builder pattern based api to build simple Open Api v3 specs in json for REST apis." documentation = "https://docs.rs/oas_gen/" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/reed-wolf/oas_gen" [dependencies.contracts] version = "0.6" [dependencies.heck] version = "0.3" [dependencies.http] version = ">=0.2" [dependencies.schemars] version = "0.8" [dependencies.schemars_derive] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_skip] version = "0.1" [dev-dependencies.openapiv3] version = "0.5" [features] default = [] teapot = []