# 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 = "better-limit-reader" version = "3.0.0" authors = ["Michael de Silva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Configurable limit reader that limits the number of bytes read from an underlying reader, supporting decompression from Gzip and Zlib compressed via `flate2`" homepage = "https://github.com/bsodmike/better-limit-reader-rs" readme = "README.md" keywords = ["limit-reader"] license = "MIT OR Apache-2.0" repository = "https://github.com/bsodmike/better-limit-reader-rs" [lib] name = "better_limit_reader" path = "src/lib.rs" [[example]] name = "read_limited" path = "examples/read_limited.rs" [dependencies.derive_builder] version = "0.20.1" [dependencies.flate2] version = "1.0.33" [dev-dependencies.tempfile] version = "3.12.0"