# 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-serde-legacy" version = "0.1.1" authors = ["Ashley Mannix"] exclude = [".github"] description = """ Implement serde traits for bitflags 2.x types compatibly with 1.x. """ homepage = "https://github.com/KodrAus/bitflags-serde-legacy" documentation = "https://docs.rs/bitflags-serde-legacy" readme = "README.md" keywords = [ "bit", "bitmask", "bitflags", "flags", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/KodrAus/bitflags-serde-legacy" [dependencies.bitflags] version = "2.3" [dependencies.serde] version = "1" default-features = false [dev-dependencies.bitflags1] version = "1" package = "bitflags" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_test] version = "1"