xref: /relibc/core_io/Cargo.toml (revision 104b5b6f733b2ead15cb72d277fb04ced6bdc4d5)
1[package]
2name = "core_io"
3version = "0.1.20161011"
4authors = ["The Rust Project Developers", "Jethro Beekman"]
5license = "MIT/Apache-2.0"
6description = """
7This is a copy of libstd::io with all the parts that don't work in core removed.
8Most importantly, it provides the Read and Write traits.
9
10This crate is (mostly) automatically generated from the rust git source. The
11version of the source that corresponds to your compiler version will be
12selected automatically by the build script.
13"""
14repository = "https://github.com/jethrogb/rust-core_io"
15documentation = "https://doc.rust-lang.org/nightly/std/io/index.html"
16keywords = ["core", "no_std", "io", "read", "write"]
17
18build = "build.rs"
19
20[build-dependencies]
21rustc_version = "0.1.7"
22
23[features]
24alloc = []
25collections = ["alloc"]
26