[package]
edition = "2021"
name = "ic-cbor"
version = "3.1.0"
authors = ["DFINITY Stiftung"]
build = false
include = [
"src",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CBOR decoding for Internet Computer clients"
homepage = "https://github.com/dfinity/response-verification#readme"
documentation = "https://docs.rs/ic-cbor"
readme = "README.md"
keywords = [
"internet-computer",
"icp",
"dfinity",
"cbor",
]
categories = [
"api-bindings",
"algorithms",
"cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/response-verification"
[lib]
name = "ic_cbor"
path = "src/lib.rs"
[dependencies.candid]
version = "0.10"
[dependencies.ic-certification]
version = "3.1.0"
default-features = false
[dependencies.leb128]
version = "0.2"
[dependencies.nom]
version = "7"
[dependencies.thiserror]
version = "1"
[dev-dependencies]