# 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 = "nano-leb128" version = "0.1.0" authors = ["Richard Berry "] include = ["Cargo.toml", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"] description = "Little endian base 128 variable-length code compression" homepage = "https://github.com/rjsberry/nano" documentation = "https://docs.rs/nano-leb128" readme = "README.md" keywords = ["encoding", "compression", "variable", "length", "leb128"] categories = ["compression", "encoding", "no-std"] license = "MIT/Apache-2.0" [dependencies.byteio] version = "0.2" default-features = false [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_macros] version = "0.8" [features] byteio_ext = [] default = ["std"] std = ["byteio/std"] std_io_ext = ["std"]