ic-certification 0.26.1

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

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

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

[dependencies.sha2]
version = "0.10.6"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.162"

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

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

[package]
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
categories = ["api-bindings", "data-structures", "no-std"]
description = "Types related to the Internet Computer Public Specification."
documentation = "https://docs.rs/ic-certification"
edition = "2021"
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/agent-rs"
resolver = "1"
rust-version = "1.65.0"
version = "0.26.1"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg=docsrs"]