agentic-commerce-protocol 0.2.0

Type definitions for the Agentic Commerce Protocol specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "agentic-commerce-protocol"
version = "0.2.0"
edition = "2021"
authors = ["Svix"]
description = "Type definitions for the Agentic Commerce Protocol specification"
license = "MIT"
repository = "https://github.com/svix/agentic-commerce-protocol"
homepage = "https://developers.openai.com/commerce/guides/get-started"
keywords = ["agentic-commerce", "protocol", "types", "openai", "stripe"]
categories = ["data-structures"]
readme = "README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]