# 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 = "subenum" version = "1.1.2" authors = ["Paho Lurie-Gregg "] description = """ A proc-macro to create subsets of enums, that can be converted to and from.""" documentation = "https://docs.rs/subenum" readme = "README.md" keywords = [ "enum", "sub-enum", "no-std", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/paholg/subenum" [lib] name = "subenum" proc-macro = true [[example]] name = "require_docs" [dependencies.heck] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" [dependencies.syn] version = "1.0.107" features = [ "full", "extra-traits", ] [dev-dependencies.derive_more] version = "0.99.17" [dev-dependencies.strum] version = "0.24.1" features = ["derive"] default-features = false [features] default = [ "std", "error_trait", "strum/std", ] error_trait = [] std = []