ic-http-certification 3.1.0

Certification for HTTP responses for the Internet Computer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"