# 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 = "aqua-verifier-rs-types" version = "1.2.0" authors = [ "dalmasonto", "Arthur-Kamau", ] build = false exclude = [ "target", "*.lock", ".vscode", ".idea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Aqua protocol data types and basic utility types." homepage = "https://github.com/inblockio/aqua-verifier-rs-types" documentation = "https://docs.rs/aqua-verifier-rs-types" readme = "README.md" keywords = [ "aqua", "aqua-protocol", ] categories = [ "development-tools", "command-line-utilities", ] license-file = "LICENCE" repository = "https://github.com/inblockio/aqua-verifier-rs-types" [lib] name = "aqua_verifier_rs_types" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.ethaddr] version = "0.2.2" features = [ "sha3", "serde", ] [dependencies.flagset] version = "0.4.5" [dependencies.hex] version = "0.4.3" [dependencies.libsecp256k1] version = "0.7.1" [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.13.1" [dependencies.reqwest] version = "0.12.3" features = [ "cookies", "json", "rustls-tls", ] default-features = false [dependencies.rustls] version = "0.23.8" features = [ "ring", "std", ] default-features = false [dependencies.rustls-webpki] version = "0.102.4" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde-tuple-vec-map] version = "1.0.1" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_with] version = "3.11.0" [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.61" [dependencies.url] version = "2.5.0"