[package]
name = "ic-cbor"
description = "CBOR decoding for Internet Computer clients"
readme = "README.md"
documentation = "https://docs.rs/ic-cbor"
categories = ["api-bindings", "authentication", "cryptography"]
keywords = ["internet-computer", "icp", "dfinity", "cbor"]
include = ["src", "Cargo.toml", "README.md"]
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
homepage.workspace = true
[dependencies]
candid.workspace = true
nom.workspace = true
ic-certification.workspace = true
thiserror.workspace = true
leb128.workspace = true
[dev-dependencies]
ic-response-verification-test-utils.workspace = true