# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "enum_to_str_derive" version = "0.3.0" authors = ["DCjanus <1102035688@qq.com>"] exclude = [".gitignore", "pre-commit", "README.MD", "rustfmt.toml", "tests/*", ".travis.yml", "CHANGELOG.md"] description = "provide a simple way to convert enum to static str ref" documentation = "https://docs.rs/enum_to_str_derive" license = "BSD-3-Clause" repository = "https://github.com/DCjanus/enum_to_str_derive" [lib] proc-macro = true [dependencies.proc_macro_helper] version = "0.3" [dependencies.quote] version = "0.6" [dependencies.syn] version = "0.15" features = ["extra-traits"]