# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.0" name = "negative" version = "0.1.2" authors = ["Daniel Henry-Mantilla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Negative impls in stable Rust" documentation = "https://docs.rs/negative" readme = "README.md" keywords = [ "negative", "impls", "impl", "auto-trait", "coherence", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/negative.rs" [package.metadata.docs.rs] features = ["docs-rs"] rustdoc-args = [ "--html-before-content", "fix-docsrs-li-details-summary.html", ] [lib] name = "negative" path = "src/_lib.rs" [[test]] name = "coherence" path = "tests/coherence.rs" [[test]] name = "unit_struct_non_send_sync" path = "tests/unit_struct_non_send_sync.rs" [dependencies.negative-proc_macros] version = "=0.1.2" [dev-dependencies] [features] better-docs = [] default = [] docs-rs = ["better-docs"] ui-tests = ["better-docs"]