negative 0.1.2

Negative impls in stable Rust
Documentation
[dependencies.negative-proc_macros]
version = "=0.1.2"

[dev-dependencies]

[features]
better-docs = []
default = []
docs-rs = ["better-docs"]
ui-tests = ["better-docs"]

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

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Negative impls in stable Rust"
documentation = "https://docs.rs/negative"
edition = "2021"
keywords = ["negative", "impls", "impl", "auto-trait", "coherence"]
license = "Zlib OR MIT OR Apache-2.0"
name = "negative"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/negative.rs"
rust-version = "1.56.0"
version = "0.1.2"

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

[[test]]
name = "coherence"
path = "tests/coherence.rs"

[[test]]
name = "unit_struct_non_send_sync"
path = "tests/unit_struct_non_send_sync.rs"