# 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 = "aoss-curl" version = "1.0.21" authors = ["Jean Mainguy"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Request to Amazon OpenSearch Service with SigV4 🔏" documentation = "https://docs.rs/aoss-curl" readme = "README.md" keywords = [ "aws", "opensearch", "sigv4", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jhandguy/aoss-curl" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "aoss_curl" path = "src/lib.rs" doctest = false [[bin]] name = "aoss-curl" path = "src/bin/aoss-curl.rs" test = false doc = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0" [dependencies.aws-config] version = "1" [dependencies.aws-credential-types] version = "1" [dependencies.aws-mfa] version = "1" [dependencies.aws-runtime] version = "1" [dependencies.aws-sigv4] version = "1" features = ["sigv4a"] [dependencies.aws-smithy-runtime-api] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.http-body-util] version = "0" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-rustls] version = "0" features = ["webpki-tokio"] [dependencies.hyper-util] version = "0" features = ["full"] [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.time] version = "0" features = ["formatting"]