[package]
edition = "2021"
name = "ic-certificate-verification"
version = "3.2.0"
authors = ["DFINITY Stiftung"]
build = false
include = [
"src",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Certificate verification for the Internet Computer"
homepage = "https://github.com/dfinity/response-verification#readme"
documentation = "https://docs.rs/ic-certificate-verification"
readme = "README.md"
keywords = [
"internet-computer",
"icp",
"dfinity",
"certificate",
"verification",
]
categories = [
"api-bindings",
"algorithms",
"cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/response-verification"
[lib]
name = "ic_certificate_verification"
path = "src/lib.rs"
[dependencies.cached]
version = "0.54"
[dependencies.candid]
version = "0.10"
[dependencies.ic-cbor]
version = "3.2.0"
[dependencies.ic-certification]
version = "3.2.0"
default-features = false
[dependencies.ic-verify-bls-signature]
version = "0.6"
[dependencies.lazy_static]
version = "1"
[dependencies.leb128]
version = "0.2"
[dependencies.nom]
version = "7"
[dependencies.parking_lot]
version = "0.12"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.rand_chacha]
version = "0.3"