# 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 = "oreq" version = "0.2.6" authors = ["uzimaru0000 "] exclude = [ ".github/*", "tests/*", ".vscode/*", ] description = "The tool for interactively creating curl arguments from OpenAPI." homepage = "https://github.com/uzimaru0000/oreq" readme = "README.md" keywords = [ "curl", "openapi", "cli", ] categories = [ "development-tools", "network-programming", "cli", ] license = "MIT" repository = "https://github.com/uzimaru0000/oreq" [[bin]] name = "oreq" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" features = [ "std", "backtrace", ] [dependencies.clap] version = "4.4.5" features = [ "std", "color", "help", "usage", "error-context", "suggestions", "derive", "cargo", ] [dependencies.crossterm] version = "0.27.0" features = ["use-dev-tty"] [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.http] version = "1.0.0" [dependencies.indexmap] version = "2.1.0" [dependencies.indoc] version = "2.0.4" [dependencies.num-traits] version = "0.2.19" [dependencies.openapiv3] version = "2.0.0" [dependencies.promptuity] version = "0.0.5" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.28" [dependencies.thiserror] version = "1.0.56" [dependencies.url] version = "2.5.0"