hyperwood-bench 0.1.4

Our simplistic yet elegant bench is the first-ever Hyperwood design, embodying the project's essence of simplicity, functionality, and aesthetic clarity.
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-bench"
version = "0.1.4"
authors = ["Johannes J. Schmidt <schmidt@tf-fabrik.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Our simplistic yet elegant bench is the first-ever Hyperwood design, embodying the project's essence of simplicity, functionality, and aesthetic clarity."
homepage = "https://github.com/jo/hyperwood-bench"
documentation = "https://docs.rs/hyperwood-bench/latest/hyperwood-bench/"
readme = "README.md"
keywords = ["hyperwood-design"]
license = "Apache-2.0"
repository = "https://github.com/jo/hyperwood-bench"
resolver = "2"

[lib]
name = "hyperwood_bench"
path = "src/lib.rs"

[[bin]]
name = "hyperwood-bench"
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"]