ic-certification 2.4.0

Types related to the Internet Computer Public Specification.
Documentation
[dependencies.hex]
version = "0.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_bytes]
optional = true
version = "0.11"

[dependencies.sha2]
version = "0.10"
[dev-dependencies.rstest]
version = "0.18"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_cbor]
version = "0.11"

[features]
default = ["serde", "serde_bytes"]

[package]
authors = ["DFINITY Stiftung"]
categories = ["api-bindings", "data-structures", "no-std"]
description = "Types related to the Internet Computer Public Specification."
documentation = "https://docs.rs/ic-certification"
edition = "2021"
homepage = "https://github.com/dfinity/response-verification#readme"
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["internet-computer", "agent", "utility", "icp", "dfinity"]
license = "Apache-2.0"
name = "ic-certification"
readme = "README.md"
repository = "https://github.com/dfinity/response-verification"
version = "2.4.0"