[package]
edition = "2021"
name = "ic-http-gateway"
version = "0.4.2"
authors = ["DFINITY Stiftung"]
build = false
include = [
"src",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An HTTP Gateway implementation for interfacing with the Internet Computer over HTTP"
homepage = "https://github.com/dfinity/http-gateway#readme"
documentation = "https://docs.rs/ic-http-gateway"
readme = "README.md"
keywords = [
"internet-computer",
"http",
"gateway",
"icp",
"dfinity",
]
categories = [
"api-bindings",
"cryptography::cryptocurrencies",
"network-programming",
"wasm",
]
license = "Apache-2.0"
repository = "https://github.com/dfinity/http-gateway"
[lib]
name = "ic_http_gateway"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
[dependencies.candid]
version = "0.10"
[dependencies.futures]
version = "0.3"
[dependencies.http]
version = "1"
[dependencies.http-body]
version = "1"
[dependencies.http-body-util]
version = "0.1"
[dependencies.ic-agent]
version = "0.45"
[dependencies.ic-http-certification]
version = ">=3.0.3, <4.0.0"
[dependencies.ic-response-verification]
version = ">=3.0.3, <4.0.0"
[dependencies.ic-utils]
version = "0.45"
[dependencies.thiserror]
version = "1"
[dev-dependencies.assert_matches]
version = "1"
[dev-dependencies.pocket-ic]
version = "12.0"
[dev-dependencies.rand_chacha]
version = "0.3"
[dev-dependencies.reqwest]
version = "0.12"
[dev-dependencies.rstest]
version = "0.18"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.testcontainers]
version = "0.23"
[dev-dependencies.tokio]
version = "1"
features = ["full"]