[package]
edition = "2024"
name = "trait-bounds"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait bounds primitives using generic_const_exprs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/funsafemath/trait-bounds"
[lib]
name = "trait_bounds"
path = "src/lib.rs"
[[example]]
name = "from"
path = "examples/from.rs"
[[example]]
name = "from_many"
path = "examples/from_many.rs"
[[example]]
name = "somehow"
path = "examples/somehow.rs"
[dependencies]
[lints.clippy.nursery]
level = "warn"
priority = 0
[lints.clippy.pedantic]
level = "warn"
priority = 0