# 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 = "no_std_io" version = "0.6.0" authors = [ "Brendan Molloy ", "no_std I/O Developers", ] description = "The bare essentials of std::io for use in no_std. Alloc support is optional." readme = "README.md" categories = ["no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/no-std-io/no-std-io" [package.metadata.docs.rs] features = ["nightly"] [dependencies.memchr] version = "2" default-features = false [features] alloc = [] default = [] nightly = [] std = ["alloc"]