[dependencies.candid]
version = "0.10.19"
[dependencies.hex]
version = "0.4.3"
[dependencies.ic-cycles-ledger-client]
version = "0.1.1"
[dependencies.ic-ledger-types]
version = "0.13.0"
[dependencies.serde]
version = "1"
[dependencies.serde_bytes]
version = "0.11"
[lib]
name = "ic_papi_api"
path = "src/lib.rs"
[package]
authors = ["Max Murphy <max@dfinity.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A payment system for ICP canisters offering paid APIs."
edition = "2021"
homepage = "https://github.com/dfinity/papi"
include = ["src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
keywords = ["payment", "internet-computer", "dfinity", "canister", "api"]
license = "Apache-2.0"
name = "ic-papi-api"
publish = true
readme = "README.md"
repository = "https://github.com/dfinity/papi"
version = "0.1.1"