# 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 = "2018" name = "vu128" version = "1.1.0" authors = ["John Millikin "] include = [ "/LICENSE.txt", "/vu128/*.rs", ] description = "Efficient variable-length integers" readme = "README.md" categories = [ "encoding", "no-std", ] license = "0BSD" repository = "https://github.com/jmillikin/rust-vu128" [lib] path = "vu128/vu128.rs" [[test]] name = "vu128_test" path = "vu128/vu128_test.rs"