stream-vbyte 0.3.0

Encode and decode numbers in the Stream VByte format
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 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]
name = "stream-vbyte"
version = "0.3.0"
authors = ["Marshall Pierce <marshall@mpierce.org>"]
description = "Encode and decode numbers in the Stream VByte format"
homepage = "https://bitbucket.org/marshallpierce/stream-vbyte-rust"
readme = "README.md"
keywords = ["varint", "stream-vbyte"]
categories = ["encoding"]
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
[dependencies.byteorder]
version = "1.1.0"

[dependencies.x86intrin]
version = "0.4.3"
optional = true
[dev-dependencies.clap]
version = "2.26.2"

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

[features]
default = []
x86_ssse3 = ["x86intrin"]
x86_sse41 = ["x86intrin"]