[dependencies.crc32fast]
version = "1.3.0"
[dependencies.data-encoding]
version = "2.3.2"
[dependencies.hex]
version = "0.4.3"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.115"
[dependencies.serde_bytes]
optional = true
version = "0.11.5"
[dependencies.sha2]
version = "0.10.1"
[dependencies.thiserror]
version = "1.0.30"
[dev-dependencies.impls]
version = "1"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.133"
[dev-dependencies.serde_cbor]
version = "0.11.2"
[dev-dependencies.serde_json]
version = "1.0.74"
[dev-dependencies.serde_test]
version = "1.0.137"
[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-types"
edition = "2018"
homepage = "https://docs.rs/ic-types"
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["internet-computer", "types", "dfinity"]
license = "Apache-2.0"
name = "ic-types"
readme = "README.md"
repository = "https://github.com/dfinity/ic-types"
version = "0.5.0"