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 are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.56"
15name = "fixedbitset"
16version = "0.5.7"
17authors = ["bluss"]
18description = "FixedBitSet is a simple bitset collection"
19documentation = "https://docs.rs/fixedbitset/"
20readme = "README.md"
21keywords = [
22    "container",
23    "data-structure",
24    "bitvec",
25    "bitset",
26    "no_std",
27]
28categories = ["data-structures"]
29license = "MIT OR Apache-2.0"
30repository = "https://github.com/petgraph/fixedbitset"
31
32[package.metadata.release]
33no-dev-version = true
34tag-name = "{{version}}"
35
36[dependencies.serde]
37version = "1.0"
38optional = true
39
40[dev-dependencies.serde_json]
41version = "1.0"
42
43[features]
44default = ["std"]
45std = []
46