# 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 = "filterable-enum" version = "0.1.2" authors = ["Levi Zim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for generating filterable enums (Combining bitflags and discriminated unions)" homepage = "https://github.com/kxxt/filterable-enum" readme = "README.md" license = "MIT" repository = "https://github.com/kxxt/filterable-enum" [lib] name = "filterable_enum" path = "src/lib.rs" [[test]] name = "derive_impl" path = "tests/derive_impl.rs" [[test]] name = "manully_impl" path = "tests/manully_impl.rs" [dependencies.enumflags2] version = "0.7.9" [dependencies.filterable-enum-derive] version = "=0.1.2"