# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "compressed_vec" version = "0.1.0" authors = ["Evan Chan "] description = "Floating point and integer compressed vector library, SIMD-enabled for fast processing/iteration over compressed representations." readme = "README.md" keywords = ["compression", "data-structures", "simd", "columnar", "float"] categories = ["compression", "data-structures", "encoding"] license = "Apache-2.0" repository = "https://github.com/velvia/compressed-vec" [profile.bench] opt-level = 3 debug = true [profile.release] debug = true [lib] crate-type = ["staticlib", "cdylib", "lib"] [[bench]] name = "bench" harness = false [dependencies.arrayref] version = "0.3" [dependencies.enum_dispatch] version = "0.2" [dependencies.memoffset] version = "0.5" [dependencies.num] version = "0.3" [dependencies.num_enum] version = "0.5" [dependencies.packed_simd] version = "0.3" features = ["into_bits"] [dependencies.plain] version = "0.2.3" [dependencies.scroll] version = "0.10" features = ["derive"] [dependencies.smallvec] version = "1.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "0.9.1"