# 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 = "2.6.0" authors = ["DFINITY Stiftung"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] 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" [dependencies.candid] version = "0.10" [dependencies.http] version = "0.2" [dependencies.ic-certification] version = "2.6.0" default-features = false [dependencies.ic-representation-independent-hash] version = "2.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.urlencoding] version = "2.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.rstest_reuse] version = "0.2" [features] serde = [ "ic-certification/serde", "ic-certification/serde_bytes", ]