# 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 = "2021" name = "postman2openapi" version = "1.2.1" authors = ["Kevin Swiber "] exclude = [ "ci/*", "tests/*", "web/*", ] description = "Convert a Postman collection to an OpenAPI definition. " homepage = "https://github.com/kevinswiber/postman2openapi" documentation = "https://docs.rs/postman2openapi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kevinswiber/postman2openapi" [package.metadata.wasm-pack.profile.release] wasm-opt = [ "-Oz", "--enable-mutable-globals", ] [profile.release] opt-level = "z" lto = true [lib] name = "postman2openapi" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.convert_case] version = "0.5.0" [dependencies.indexmap] version = "1.5.1" features = ["serde-1"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6" features = ["std"] default-features = false [dependencies.semver] version = "1.0.12" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.thiserror] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_yaml] version = "0.9" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.gloo-utils] version = "0.2" features = ["serde"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4.5" optional = true [target."cfg(target_arch = \"wasm32\")".dev-dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.0"