# 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 = "2021" rust-version = "1.64.0" name = "stream-vbyte" version = "0.4.1" authors = ["Marshall Pierce "] description = "Compress and decompress numbers efficiently in the Stream VByte encoding" homepage = "https://bitbucket.org/marshallpierce/stream-vbyte-rust" readme = "README.md" keywords = [ "varint", "stream-vbyte", ] categories = [ "encoding", "compression", ] license-file = "LICENSE.txt" repository = "https://bitbucket.org/marshallpierce/stream-vbyte-rust" [package.metadata.docs.rs] all-features = true rustc-args = [ "-C", "target-feature=+ssse3,+sse4.1", ] [profile.bench] debug = true [[bench]] name = "benchmarks" harness = false [dev-dependencies.clap] version = "4.3.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [features] default = [] x86_sse41 = [] x86_ssse3 = []