# 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-signature-verification" version = "0.2.0" authors = ["The Internet Computer Project Developers"] build = false include = [ "src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Verification of signatures supported by the Internet Computer" documentation = "https://docs.rs/ic-signature-verification" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dfinity/ic" [lib] name = "ic_signature_verification" path = "src/lib.rs" [dependencies.ic-canister-sig-creation] version = "1.0" [dependencies.ic-certification] version = "2.5" [dependencies.ic-verify-bls-signature] version = "0.6" features = ["alloc"] default-features = false [dependencies.ic_principal] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_cbor] version = "0.11" [dependencies.sha2] version = "0.10" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.hex] version = "0.4.3" features = ["serde"]