# 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 = "asterisk-cli" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight command-line tool for rapidly testing API endpoints" readme = "README.md" license = "MIT" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "asterisk" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.futures-util] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.napi] version = "2.14" features = ["napi4"] default-features = false [dependencies.napi-derive] version = "2.14" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strsim] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35" features = ["full"] [dependencies.url] version = "2.5" [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.wiremock] version = "0.5" [build-dependencies.napi-build] version = "2.1"