# 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 = "2018" name = "blanket" version = "0.4.0" authors = ["Martin Larralde "] description = "A simple macro to derive blanket implementations for your traits." homepage = "https://github.com/althonos/blanket" readme = "README.md" keywords = [ "proc-macro", "attribute", "blanket", "trait", "impl", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/althonos/blanket" resolver = "2" [package.metadata.docs.rs] features = ["_doc"] [lib] proc-macro = true [[test]] name = "derive_box" path = "tests/derive_box/mod.rs" harness = false [[test]] name = "derive_mut" path = "tests/derive_mut/mod.rs" harness = false [[test]] name = "derive_arc" path = "tests/derive_arc/mod.rs" harness = false [[test]] name = "derive_rc" path = "tests/derive_rc/mod.rs" harness = false [[test]] name = "derive_ref" path = "tests/derive_ref/mod.rs" harness = false [[test]] name = "derive_cow" path = "tests/derive_cow/mod.rs" harness = false [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "clone-impls", "full", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies.impls] version = "1.0" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.trybuild] version = "1.0" [features] _doc = [] default = [] [badges.codecov] repository = "althonos/blanket" service = "github" [badges.is-it-maintained-issue-resolution] repository = "althonos/blanket" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "althonos/blanket"