[package]
edition = "2021"
name = "ic-http-certification"
version = "3.1.0"
authors = ["DFINITY Stiftung"]
build = false
include = [
"src",
"Cargo.toml",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Certification for HTTP responses for the Internet Computer"
homepage = "https://github.com/dfinity/response-verification#readme"
documentation = "https://docs.rs/ic-http-certification"
readme = "README.md"
keywords = [
"internet-computer",
"agent",
"utility",
"icp",
"dfinity",
]
categories = [
"api-bindings",
"data-structures",
"algorithms",
"cryptography::cryptocurrencies",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/response-verification"
[lib]
name = "ic_http_certification"
path = "src/lib.rs"
[dependencies.base64]
version = "0.22"
[dependencies.candid]
version = "0.10"
[dependencies.http]
version = "1"
[dependencies.ic-certification]
version = "3.1.0"
features = ["serde"]
default-features = false
[dependencies.ic-representation-independent-hash]
version = "3.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_cbor]
version = "0.11"
[dependencies.thiserror]
version = "1"
[dependencies.urlencoding]
version = "2"
[dev-dependencies.assert_matches]
version = "1.5"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.rstest]
version = "0.23"
[dev-dependencies.rstest_reuse]
version = "0.7"