[dependencies.ic-papi-api]
version = "0.1.1"
[dependencies.ic-papi-guard]
version = "0.1.1"
[lib]
name = "ic_papi"
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"
publish = true
readme = "README.md"
repository = "https://github.com/dfinity/papi"
version = "0.1.1"