implied-bounds 0.1.0

Make all the bounds of a trait definition be implied through a helper trait and macro attribute.
Documentation
[dependencies.implied-bounds-proc_macros]
optional = true
version = "=0.1.0"

[dev-dependencies]

[features]
better-docs = []
default = ["proc-macros"]
docs-rs = ["better-docs"]
proc-macros = ["dep:implied-bounds-proc_macros"]
ui-tests = ["better-docs"]

[lib]
path = "src/_lib.rs"

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Make all the bounds of a trait definition be implied through a helper trait and macro attribute."
documentation = "https://docs.rs/implied-bounds"
edition = "2021"
keywords = ["trait", "implied", "entailed", "bounds", "imply"]
license = "Zlib OR MIT OR Apache-2.0"
name = "implied-bounds"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/implied-bounds.rs"
rust-version = "1.79.0"
version = "0.1.0"

[package.metadata.docs.rs]
features = ["docs-rs"]
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]