[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.capacity_builder_macros]
version = "0.2.0"
[dependencies.ecow]
optional = true
version = "0.2"
[dependencies.hipstr]
optional = true
version = "0.6"
[dependencies.itoa]
version = "1.0.14"
[dev-dependencies.divan]
version = "0.1.17"
[features]
ecow = ["dep:ecow"]
hipstr = ["dep:hipstr"]
[lib]
name = "capacity_builder"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Builders where the code to calculate the capacity is the same as the code to write what's being built."
edition = "2021"
license = "MIT"
name = "capacity_builder"
readme = "README.md"
repository = "https://github.com/dsherret/capacity_builder"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"