# 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 = "load-buffer" version = "1.0.0" authors = ["Taylor C. Richberger "] description = "Crate for loading data into a fixed-sized buffer. Similar to BufRead, but allowing static or dynamic sizes, and no_std use." readme = "README.md" keywords = [ "buffer", "no-std", ] categories = [ "no-std", "no-std::no-alloc", ] license = "MPL-2.0" repository = "https://codeberg.org/Taywee/load-buffer" [features] alloc = [] default = [ "std", "alloc", ] std = ["alloc"]