# 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-certification" version = "2.6.0" authors = ["DFINITY Stiftung"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Types related to the Internet Computer Public Specification." homepage = "https://github.com/dfinity/response-verification#readme" documentation = "https://docs.rs/ic-certification" readme = "README.md" keywords = [ "internet-computer", "agent", "utility", "icp", "dfinity", ] categories = [ "api-bindings", "data-structures", "algorithms", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/dfinity/response-verification" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.sha2] version = "0.10" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_cbor] version = "0.11" [features] default = [ "serde", "serde_bytes", ]