# 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 = "is-macro" version = "0.3.7" authors = ["강동윤 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive methods for using custom enums like Option / Result" documentation = "https://docs.rs/is-macro" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dudykr/ddbase.git" resolver = "2" [lib] name = "is_macro" path = "src/lib.rs" proc-macro = true [[test]] name = "arg_count" path = "tests/arg_count.rs" [[test]] name = "as_mut" path = "tests/as_mut.rs" [[test]] name = "generic" path = "tests/generic.rs" [[test]] name = "reference" path = "tests/reference.rs" [[test]] name = "rename" path = "tests/rename.rs" [[test]] name = "trailing_punct" path = "tests/trailing_punct.rs" [[test]] name = "usage" path = "tests/usage.rs" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.70" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.39" features = [ "fold", "full", "derive", "extra-traits", "fold", ]