impyard 0.1.1

Rent the intelligence, own the governance — a control plane for imps: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "impyard"
version = "0.1.1"
authors = ["Manas Garg <manasgarg@gmail.com>"]
build = "build.rs"
exclude = [
    ".github/",
    "node_modules/",
    "target/",
    "*.tar.gz",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rent the intelligence, own the governance — a control plane for imps: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit)."
homepage = "https://github.com/manasgarg/impyard"
documentation = "https://github.com/manasgarg/impyard/blob/main/docs/impyard-handoff.md"
readme = "README.md"
keywords = [
    "agents",
    "governance",
    "gateway",
    "sandbox",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/manasgarg/impyard"

[[bin]]
name = "impyard"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1"

[dependencies.cel-interpreter]
version = "0.10.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.futures-util]
version = "0.3"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "server",
    "client",
]

[dependencies.hyper-rustls]
version = "0.27"
features = [
    "native-tokio",
    "http1",
    "ring",
    "tls12",
]
default-features = false

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.libc]
version = "0.2"

[dependencies.rcgen]
version = "0.14"
features = [
    "pem",
    "x509-parser",
]

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
    "logging",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "ring",
    "tls12",
    "logging",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.24"
features = [
    "connect",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.x509-parser]
version = "0.18"

[profile.dev]
debug = 1