• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "bitflags"
16version = "1.3.2"
17authors = ["The Rust Project Developers"]
18exclude = ["bors.toml"]
19description = "A macro to generate structures which behave like bitflags.\n"
20homepage = "https://github.com/bitflags/bitflags"
21documentation = "https://docs.rs/bitflags"
22readme = "README.md"
23keywords = ["bit", "bitmask", "bitflags", "flags"]
24categories = ["no-std"]
25license = "MIT/Apache-2.0"
26repository = "https://github.com/bitflags/bitflags"
27[package.metadata.docs.rs]
28features = ["example_generated"]
29[dependencies.compiler_builtins]
30version = "0.1.2"
31optional = true
32
33[dependencies.core]
34version = "1.0.0"
35optional = true
36package = "rustc-std-workspace-core"
37[dev-dependencies.rustversion]
38version = "1.0"
39
40[dev-dependencies.serde]
41version = "1.0"
42
43[dev-dependencies.serde_derive]
44version = "1.0"
45
46[dev-dependencies.serde_json]
47version = "1.0"
48
49[dev-dependencies.trybuild]
50version = "1.0"
51
52[dev-dependencies.walkdir]
53version = "2.3"
54
55[features]
56default = []
57example_generated = []
58rustc-dep-of-std = ["core", "compiler_builtins"]
59