[package]
name = "lenso-capability-http-client"
version = "0.2.2"
description = "Portable outbound HTTP Client Capability contract for Lenso Modules."
edition.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
rust-version.workspace = true
build = "build.rs"
[dependencies]
futures.workspace = true
lenso-contract-runtime = "0.1.0"
lenso-kernel = "0.1.4"
serde.workspace = true
serde_json.workspace = true
[build-dependencies]
lenso-contract-codegen = "0.5.2"
[lints]
workspace = true