# 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_like" version = "0.2.1" authors = ["Badel2 <2badel2@gmail.com>"] description = "A trait to treat any type as an enum.\n\nIf a type has a reasonably small number of variants,\nfor example a `struct A(bool, bool)` which has 4 variants,\nthis trait provides a 1-to-1 mapping from type value to a\ndiscriminant value.\n\nIt also provides an iterator over all the possible values.\n\nThis crate is mainly meant to be used along with\n[enum_like_derive](https://crates.io/crates/enum_like_derive)\nand\n[enum_vec](https://crates.io/crates/enum_vec)\n.\n" documentation = "https://docs.rs/enum_like" license = "GPL-3.0+" repository = "https://github.com/badel2/enum_vec" [dependencies]