# 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 = "hen" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run API collections from the command line." readme = "README.md" license = "MIT" repository = "https://gitlab.com/ben_goodman/apps/hen" [[bin]] name = "hen" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.http] version = "1.1.0" [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.reqwest] version = "0.12.8" features = [ "json", "multipart", "gzip", ] [dependencies.simple_logger] version = "5.0.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ]