# 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 = "verity_dp_ic" version = "0.1.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Library containing utilities for the verity IC components" documentation = "https://www.usher.so/" readme = "README.md" keywords = [ "verity", "IC", "canister", ] license = "MIT/Apache-2.0" [lib] name = "verity_dp_ic" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.candid] version = "0.10" [dependencies.easy-hasher] version = "2.2.1" [dependencies.eth-encode-packed] version = "0.1.0" [dependencies.getrandom] version = "0.2" features = ["custom"] [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.16" [dependencies.ic-cdk-timers] version = "0.10" [dependencies.libsecp256k1] version = "0.7.1" features = ["lazy-static-context"] default-features = false [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10.8" [dependencies.solabi] version = "0.2.0"