[package]
edition = "2024"
name = "hyperwood-trough"
version = "0.1.2"
authors = ["Johannes J. Schmidt <schmidt@tf-fabrik.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This versatile trough demonstrates Hyperwood’s capability to create curved forms from straight slats—perfect as a plant container or decorative piece."
homepage = "https://github.com/jo/hyperwood-trough"
documentation = "https://docs.rs/hyperwood-trough/latest/hyperwood-trough/"
readme = "README.md"
keywords = ["hyperwood-design"]
license = "Apache-2.0"
repository = "https://github.com/jo/hyperwood-trough"
resolver = "2"
[lib]
name = "hyperwood_trough"
path = "src/lib.rs"
[[bin]]
name = "hyperwood-trough"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.36"
features = ["derive"]
[dependencies.hyperwood]
version = "0.1.1"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]