# 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 = "idempotent-proxy-types" version = "1.2.2" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "types of idempotent-proxy" readme = "README.md" keywords = [ "idempotent", "reverse", "proxy", "icp", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ldclabs/idempotent-proxy/tree/main/src/idempotent-proxy-types" [lib] name = "idempotent_proxy_types" path = "src/lib.rs" [dependencies.ciborium] version = "0.2" [dependencies.ed25519-dalek] version = "2" [dependencies.http] version = "1" [dependencies.k256] version = "0.13" features = ["ecdsa"] [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.sha3] version = "0.10" [dev-dependencies.base64] version = "0.22" [dev-dependencies.hex] version = "0.2" features = ["alloc"] default-features = false package = "hex-conservative" [dev-dependencies.rand_core] version = "0.6"