[dependencies.candid]
version = "0.10.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[dependencies.serde_bytes]
version = "0.11.15"
[lib]
name = "ic_http_types"
path = "src/lib.rs"
[package]
authors = ["The Internet Computer Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming", "development-tools"]
description = "HTTP request and response types for the Internet Computer"
documentation = "https://docs.rs/ic-http-types"
edition = "2021"
include = ["src", "Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE"]
keywords = ["icp", "http", "smart-contract", "internet-computer"]
license = "Apache-2.0"
name = "ic-http-types"
readme = "README.md"
repository = "https://github.com/dfinity/ic"
version = "0.1.0"