[package]
edition = "2021"
name = "agent-deploy-contract"
version = "0.2.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-neutral deploy contracts for Agent Infra"
documentation = "https://docs.rs/agent-deploy-contract"
readme = "README.md"
keywords = [
"agent",
"deployment",
"contract",
"api",
]
categories = ["api-bindings"]
license = "Apache-2.0"
resolver = "3"
[lib]
name = "agent_deploy_contract"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"