# 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" rust-version = "1.56" name = "fieldless_enum_tools" version = "0.2.0" description = "tools for enums without any fields" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mati1210/fieldless-enum-tools" [[test]] name = "tests" path = "tests/mod.rs" [[bench]] name = "bench" harness = false required-features = ["criterion"] [dependencies.criterion] version = "0.3" optional = true [dependencies.fieldless_enum_tools_impl] version = "=0.2.0" [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.syn] version = "1" [dev-dependencies.trybuild] version = "1" [features] alloc = [] default = ["std"] std = []