# 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.65" name = "bool_to_bitflags" version = "0.1.3" description = "A library to compact multiple bools into a single bitflags field automatically with getters and setters." readme = "README.md" license = "MIT" repository = "https://github.com/GnomedDev/bool-to-bitflags" [lib] proc-macro = true [dependencies.darling] version = "0.20.3" [dependencies.proc-macro2] version = "1.0.70" [dependencies.procout] version = "0.1.13" features = ["procout"] optional = true [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.39" features = [ "full", "extra-traits", ] [dependencies.to-arraystring] version = "0.2.0" [dev-dependencies.bitflags] version = "2.4.1" [dev-dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.typesize] version = "0.1" [features] procout = ["dep:procout"] typesize = []