# 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" name = "streamvbyte64" version = "0.2.0" authors = ["Trevor McCulloch "] description = "Implementation of stream-vbyte codec supporting 64-bit wide values" readme = "README.md" license = "MIT OR Apache-2.0" [[bench]] name = "streamvbyte" path = "benches/streamvbyte.rs" harness = false [dependencies.crunchy] version = "0.2.2" [dependencies.num-traits] version = "0.2.15" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"