# 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 = "byte_reader" version = "3.1.1" authors = ["kanarus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal byte-by-byte reader for parsing input" homepage = "https://crates.io/crates/byte_reader" documentation = "https://docs.rs/byte_reader" readme = "README.md" keywords = [ "minimal", "lightweight", "bytes", "reader", "parser", ] categories = [ "parsing", "encoding", "rust-patterns", "text-processing", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/kana-rus/byte_reader" [package.metadata.docs.rs] all-features = true [lib] name = "byte_reader" path = "src/lib.rs" [features] location = [] text = []