# 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 = "postwoman" version = "0.4.4" authors = ["alemi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API tester and debugger for your CLI " readme = "README.md" license = "GPL-3.0-only" repository = "https://moonlit.technology/alemi/postwoman" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "postwoman" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dotenv] version = "0.15" [dependencies.http] version = "1.1.0" [dependencies.indexmap] version = "2.6" features = ["serde"] [dependencies.jaq-interpret] version = "1.5" [dependencies.jaq-parse] version = "1.0.3" [dependencies.regex] version = "1.11" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40" features = ["rt-multi-thread"] [dependencies.toml] version = "0.8" features = ["preserve_order"] [dependencies.toml_edit] version = "0.22" features = ["serde"] [dependencies.uuid] version = "1.11" features = ["v4"]