# 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] name = "bit-vec_serde" version = "0.6.0" authors = ["Alexis Beingessner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A vector of bits" homepage = "https://github.com/contain-rs/bit-vec" documentation = "https://contain-rs.github.io/bit-vec/bit_vec" readme = "README.md" keywords = [ "data-structures", "bitvec", "bitmask", "bitmap", "bit", ] license = "MIT/Apache-2.0" repository = "https://github.com/contain-rs/bit-vec" [lib] name = "bit_vec_serde" path = "src/lib.rs" [[bench]] name = "extern" path = "benches/extern.rs" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.rand] version = "0.3.15" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] nightly = [] std = []