sparsevec 0.3.0

Compress vectors using row displacement
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]
edition = "2018"
name = "sparsevec"
version = "0.3.0"
authors = ["Lukas Diekmann <lukas.diekmann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compress vectors using row displacement"
readme = "README.md"
categories = ["data-structures"]
license = "Apache-2.0/MIT"
repository = "https://github.com/softdevteam/sparsevec/"

[features]
serde = [
    "dep:serde",
    "vob/serde",
    "packedvec/serde",
]
wincode = [
    "dep:wincode",
    "vob/wincode",
    "packedvec/wincode",
]

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

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

[dependencies.packedvec]
version = "2.0"

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

[dependencies.vob]
version = "4.0"

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

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