# Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template [lib] path = "src/_lib.rs" [package] name = "negative" authors = [ "Daniel Henry-Mantilla ", ] version = "0.1.2" # Keep in sync edition = "2021" rust-version = "1.56.0" license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/negative.rs" documentation = "https://docs.rs/negative" readme = "README.md" description = "Negative impls in stable Rust" keywords = [ "negative", "impls", "impl", "auto-trait", "coherence" ] [features] default = [ ] # unstable! Will probably use nightly to improve doc quality better-docs = [] ui-tests = [ "better-docs", ] # `docs-rs` is very similar to `better-docs`, but for it being allowed to enable # other features as well, often to make sure optional/non-`default` features # make it to the rendered docs (using `--all-features` instead is not that great). docs-rs = [ "better-docs", ] [dependencies] [dependencies.negative-proc_macros] path = "src/proc_macros" version = "=0.1.2" # Keep in sync [dev-dependencies] [workspace] members = [ "src/proc_macros", ] [package.metadata.docs.rs] features = [ "docs-rs", ] rustdoc-args = [ # Use (with or without `open`): # ```md #
Click to hide # … #
# ``` # to get nice drop-down menus (and avoid the css bug with rustdoc). "--html-before-content", "fix-docsrs-li-details-summary.html", ]