warpgate_api 0.18.1

APIs for working with Warpgate plugins.
Documentation
[package]
name = "warpgate_api"
version = "0.18.1"
edition = "2024"
license = "MIT"
description = "APIs for working with Warpgate plugins."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"
rust-version = "1.91.0"

[dependencies]
system_env = { version = "0.10.1", path = "../system-env" }
anyhow = { workspace = true }
derive_setters = { workspace = true }
rustc-hash = { workspace = true }
schematic = { workspace = true, optional = true, features = ["schema", "json"] }
serde = { workspace = true }
serde_json = { workspace = true }
starbase_id = { workspace = true }
thiserror = { workspace = true }

[features]
default = []
schematic = ["dep:schematic", "system_env/schematic", "starbase_id/schematic"]