ic-http-gateway 0.4.1

An HTTP Gateway implementation for interfacing with the Internet Computer over HTTP
Documentation
[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.44"

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

[dependencies.thiserror]
version = "1"

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

[dev-dependencies.pocket-ic]
version = "6.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]
features = ["full"]
version = "1"

[lib]
name = "ic_http_gateway"
path = "src/lib.rs"

[package]
authors = ["DFINITY Stiftung"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography::cryptocurrencies", "network-programming", "wasm"]
description = "An HTTP Gateway implementation for interfacing with the Internet Computer over HTTP"
documentation = "https://docs.rs/ic-http-gateway"
edition = "2021"
homepage = "https://github.com/dfinity/http-gateway#readme"
include = ["src", "Cargo.toml", "README.md"]
keywords = ["internet-computer", "http", "gateway", "icp", "dfinity"]
license = "Apache-2.0"
name = "ic-http-gateway"
readme = "README.md"
repository = "https://github.com/dfinity/http-gateway"
version = "0.4.1"