# 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 = "msb128" version = "0.1.0" authors = ["0xB10C <0xb10c@gmail.com>"] description = "std::io::{Read, Write} positive primitive Rust integers in the Most Significant Base 128 (MSB128) variable-length encoding." keywords = ["varint", "msb128", "encoding", "variable-length", "VLQ"] categories = ["encoding", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xB10C/msb128/" [dependencies.num-traits] version = "0.2"