# 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] edition = "2018" name = "derive_enum" version = "0.2.2" authors = ["chankyin "] description = "Enum derive macros for Rust 2018" homepage = "https://github.com/chankyin/derive_enum" categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/chankyin/derive_enum.git" [dependencies.derive_enum_macros] version = "0.2" optional = true [features] default = ["name", "from_str", "iter"] from_str = ["derive_enum_macros", "derive_enum_macros/from_str"] iter = ["derive_enum_macros", "derive_enum_macros/iter"] name = ["derive_enum_macros", "derive_enum_macros/name"] [badges.codecov] repository = "chankyin/derive_enum" [badges.travis-ci] repository = "chankyin/derive_enum"