[dependencies.base64]
version = "0.*"
[dependencies.potato-prompt]
version = "0.3.2"
[dependencies.potato-type]
version = "0.3.2"
[dependencies.potato-util]
version = "0.3.2"
[dependencies.pyo3]
features = ["extension-module", "anyhow", "serde", "chrono"]
version = "0.25.*"
[dependencies.reqwest]
default-features = false
features = ["json", "stream", "multipart", "rustls-tls", "rustls-tls-native-roots", "blocking"]
version = "0.12.*"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.*"
[dependencies.serde_json]
version = "1.*"
[dependencies.thiserror]
version = "2.*"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = ">1.13.0"
[dependencies.tracing]
version = "0.*"
[lib]
doctest = false
name = "potato_agent"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Potato brands"
edition = "2021"
license = "MIT"
name = "potato-agent"
readme = false
repository = "https://github.com/demml/potatohead"
version = "0.3.2"