hyperwood-trough 0.1.2

This versatile trough demonstrates Hyperwood’s capability to create curved forms from straight slats—perfect as a plant container or decorative piece.
Documentation
# 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 = "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"]