ic-certification 3.1.0

Types related to the Internet Computer Public Specification.
# 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 = "3.1.0"
authors = ["DFINITY Stiftung"]
build = false
include = [
    "src",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

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

[lib]
name = "ic_certification"
path = "src/lib.rs"

[dependencies.hex]
version = "0.4"

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

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

[dependencies.sha2]
version = "0.10"

[dev-dependencies.rstest]
version = "0.23"

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

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