# 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 = "openapi-to-hurl" version = "1.2.1" authors = ["Ethan Carlsson "] description = "A tool to create Hurl files (https://hurl.dev/) from openapi specs" homepage = "https://github.com/ethancarlsson/openapi-to-hurl" readme = "README.md" keywords = [ "cli", "openapi", "hurl", "test", "swagger", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ethancarlsson/openapi-to-hurl" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.hurl_core] version = "4.*" [dependencies.hurlfmt] version = "4.*" [dependencies.log] version = "0.4.20" [dependencies.oas3] version = "0.8.1" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.regex] version = "1.10.3" [dependencies.serde_json] version = "1.0.108" [dependencies.stderrlog] version = "0.6.0" [build-dependencies.clap] version = "4.4.11" features = ["derive"] [build-dependencies.clap_mangen] version = "0.2.20"