ic-response-verification 3.1.0

Client side response verification 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-response-verification"
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 = "Client side response verification for the Internet Computer"
homepage = "https://github.com/dfinity/response-verification#readme"
documentation = "https://docs.rs/ic-response-verification"
readme = "README.md"
keywords = [
    "internet-computer",
    "icp",
    "dfinity",
    "response",
    "verification",
]
categories = [
    "api-bindings",
    "algorithms",
    "cryptography::cryptocurrencies",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/response-verification"

[features]
js = [
    "dep:wasm-bindgen",
    "dep:js-sys",
]

[lib]
name = "ic_response_verification"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.candid]
version = "0.10"

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.ic-cbor]
version = "3.1.0"

[dependencies.ic-certificate-verification]
version = "3.1.0"

[dependencies.ic-certification]
version = "3.1.0"
default-features = false

[dependencies.ic-http-certification]
version = "3.1.0"

[dependencies.ic-representation-independent-hash]
version = "3.1.0"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.leb128]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "7"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.urlencoding]
version = "2"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.candid]
version = "0.10"

[dev-dependencies.ic-certification]
version = "3.1.0"
default-features = false

[dev-dependencies.rstest]
version = "0.23"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_cbor]
version = "0.11"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"