# 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 = "ic-canister-sig-creation" version = "1.1.0" authors = ["DFINITY Stiftung"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Library for creating canister signatures on the Internet Computer." homepage = "https://github.com/dfinity/ic-canister-sig-creation" documentation = "https://docs.rs/ic-canister-sig-creation" readme = "README.md" keywords = [ "internet-computer", "canister", "utility", "icp", "dfinity", ] categories = [ "cryptography", "data-structures", "no-std", "wasm", ] license = "Apache-2.0" repository = "https://github.com/dfinity/ic-canister-sig-creation" [dependencies.candid] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.ic-cdk] version = "0.14" [dependencies.ic-certification] version = "2.5" [dependencies.ic-representation-independent-hash] version = "2.5" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_cbor] version = "0.11" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.rand] version = "0.8"