# 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 = "2018" name = "vob" version = "3.0.3" authors = ["Laurence Tratt "] description = "Vector of Bits with Vec-like API and usize backing storage" readme = "README.md" categories = ["data-structures"] license = "Apache-2.0/MIT" repository = "https://github.com/softdevteam/vob/" [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_pcg] version = "0.3" [build-dependencies.rustc_version] version = "0.4" [features] unsafe_internals = []