# 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 = "safe-discriminant" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimalistic, `no_std` compatible trait and procedural macro for extracting discriminants from enums at zero cost." homepage = "https://docs.rs/safe_discriminant" documentation = "https://docs.rs/safe_discriminant" readme = "Readme.md" keywords = [ "no_std", "enums", ] license = "BSD-3-Clause" repository = "https://github.com/oddcoder/safe-discriminant" [lib] name = "safe_discriminant" path = "src/lib.rs" [dependencies.safe-discriminant-derive] version = "0.2.0" [dev-dependencies.safe-discriminant-derive] version = "0.2.0" features = ["test-utils"] [dev-dependencies.trybuild] version = "1.0.99"