icrc-cbor 0.1.0

Cbor encoders and decoders commonly used by the ICRC ledger types.
Documentation
[dependencies.candid]
version = "0.10.6"

[dependencies.ethnum]
features = ["serde"]
optional = true
version = "1.3.2"

[dependencies.minicbor]
features = ["alloc", "derive"]
version = "0.19.1"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
features = ["libm"]
version = "0.2.12"

[dev-dependencies.proptest]
version = "1.5.0"

[features]
default = []
u256 = ["dep:ethnum"]

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

[package]
authors = ["The Internet Computer Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Cbor encoders and decoders commonly used by the ICRC ledger types."
documentation = "https://internetcomputer.org/docs/"
edition = "2021"
include = ["src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
license = "Apache-2.0"
name = "icrc-cbor"
readme = "README.md"
repository = "https://github.com/dfinity/ic"
version = "0.1.0"