# 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 = "2024" rust-version = "1.85.0" name = "reqsign-core" version = "3.2.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Signing API requests without effort." readme = "README.md" categories = [ "command-line-utilities", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/apache/opendal-reqsign" resolver = "2" [features] default = [] jwt = [ "dep:rsa", "dep:serde", "dep:serde_json", ] [lib] name = "reqsign_core" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.13" [dependencies.http] version = "1" [dependencies.jiff] version = "0.2" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2" [dependencies.rsa] version = "0.9.2" features = [ "pkcs5", "sha2", ] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.sha1] version = "0.11" [dependencies.sha2] version = "0.11" features = ["oid"] [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.61.0" features = [ "Win32_Foundation", "Win32_UI_Shell", "Win32_System_Com", ]