# 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 = "2.6.0" authors = ["DFINITY Stiftung"] include = [ "src", "Cargo.toml", "README.md", ] 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" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.21" [dependencies.candid] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.ic-cbor] version = "2.6.0" [dependencies.ic-certificate-verification] version = "2.6.0" [dependencies.ic-certification] version = "2.6.0" default-features = false [dependencies.ic-http-certification] version = "2.6.0" [dependencies.ic-representation-independent-hash] version = "2.6.0" [dependencies.js-sys] version = "0.3" optional = true [dependencies.leb128] version = "0.2" [dependencies.log] version = "0.4" features = [ "max_level_off", "release_max_level_off", ] [dependencies.nom] version = "7.1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.urlencoding] version = "2.1" [dependencies.wasm-bindgen] version = "0.2" optional = true [dev-dependencies.candid] version = "0.10" [dev-dependencies.ic-certification] version = "2.6.0" default-features = false [dev-dependencies.rstest] version = "0.18" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_cbor] version = "0.11" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] debug = [ "log/max_level_trace", "log/release_max_level_trace", ] js = [ "dep:wasm-bindgen", "dep:js-sys", ]