# 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" name = "min-specialization" version = "0.1.2" authors = ["Yasuo Ozu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental implementation of specialization" readme = "README.md" keywords = [ "macros", "zerocost", "specialization", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/yasuo-ozu/min_specialization" [lib] name = "min_specialization" path = "src/lib.rs" proc-macro = true [[test]] name = "large" path = "tests/large.rs" [[test]] name = "large2" path = "tests/large2.rs" [[test]] name = "no_self_arg" path = "tests/no_self_arg.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.derive-syn-parse] version = "0.1.5" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "derive", "printing", "extra-traits", "visit-mut", "visit", ] [dependencies.template-quote] version = "0.4"