# 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" rust-version = "1.67.1" name = "buffed" version = "0.1.0" authors = ["Austreelis"] exclude = [ "TODO.md", "flake.nix", "flake.lock", "/nix/", "rustfmt.toml", "/fuzz/", ] description = "Traits & implementation of parsing buffered IO" documentation = "https://docs.rs/buffed/0.1.0/buffed" readme = "README.md" keywords = [ "buffered", "io", ] categories = [ "no-std::no-alloc", "parsing", "encoding", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/austreelis/buffed" [package.metadata.nix] build = true [[test]] name = "buffed_reader_std" path = "tests/buffed_reader_std.rs" [features] default = ["std"] std = []