packedvec 2.0.0

Store vectors of integers efficiently
Documentation
# 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 = "packedvec"
version = "2.0.0"
authors = [
    "Gabriela Alexandra Moldovan <gabi_250@live.com>",
    "Laurence Tratt <http://tratt.net/laurie/>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Store vectors of integers efficiently"
readme = "README.md"
categories = ["data-structures"]
license = "Apache-2.0/MIT"
repository = "https://github.com/softdevteam/packedvec/"

[features]
wincode = ["dep:wincode"]

[lib]
name = "packedvec"
path = "src/lib.rs"

[[bench]]
name = "packedvec"
path = "benches/packedvec.rs"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.wincode]
version = "0.5.5"
features = ["derive"]
optional = true

[dev-dependencies.rand]
version = "0.3"