bitflags-derive 0.0.5

bitflags-aware #[derive] macros.
Documentation
# 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 = "bitflags-derive"
version = "0.0.5"
authors = ["bitflags contributors"]
build = false
exclude = [
    "/tests",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bitflags-aware #[derive] macros."
readme = "README.md"
keywords = [
    "bit",
    "bitmask",
    "bitflags",
    "flags",
]
categories = ["no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitflags/bitflags-derive"

[features]
serde = [
    "dep:serde",
    "bitflags-derive-macros/serde",
]

[lib]
name = "bitflags_derive"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.bitflags-derive-macros]
version = "0.0.5"

[dependencies.serde]
version = "1"
optional = true