# 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 = "thisenum-impl" version = "0.2.1" authors = ["Arpad Voros "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "General implementation of `thisenum`." documentation = "https://docs.rs/thisenum" readme = "README.md" keywords = [ "enum", "const", "literals", "macro", "parsing", ] categories = [ "parsing", "memory-management", ] license = "MIT" repository = "https://github.com/arpadav/thisenum" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "thisenum_impl" path = "src/lib.rs" proc-macro = true [dependencies.paste] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.unzip-n] version = "0.1" [dev-dependencies] [features] eq = [] full = ["eq"]