[dependencies.potato-util]
version = "0.3.2"
[dependencies.pyo3]
features = ["extension-module", "anyhow", "serde", "chrono"]
version = "0.25.*"
[dependencies.schemars]
version = "1.*"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.*"
[dependencies.serde_json]
version = "1.*"
[dependencies.thiserror]
version = "2.*"
[dependencies.tracing]
version = "0.*"
[lib]
doctest = false
name = "potato_type"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Toppings for your potatoes"
edition = "2021"
license = "MIT"
name = "potato-type"
readme = false
repository = "https://github.com/demml/potatohead"
version = "0.3.2"