# 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 = "densevec" version = "0.5.1" authors = ["arturo castro "] description = "Map like collection with usize indices that stores values contiguosly" homepage = "https://github.com/arturoc/densevec-rs" documentation = "http://rin.rs/docs/densevec/" readme = "README.md" license = "MIT" repository = "https://github.com/arturoc/densevec-rs" [dependencies.rayon] version = "1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [features] serialize = [ "serde", "serde_derive", ] unstable = []