xref: /relibc/core_io/Cargo.toml (revision eb7204830786d7cbb776c6a878c7a59569840484)
1a90b4d36SJethro Beekman[package]
2a90b4d36SJethro Beekmanname = "core_io"
3*eb720483SJeremy Sollerversion = "0.1.20181107"
4625484e0SJethro Beekmanauthors = ["The Rust Project Developers", "Jethro Beekman"]
5625484e0SJethro Beekmanlicense = "MIT/Apache-2.0"
6625484e0SJethro Beekmandescription = """
7625484e0SJethro BeekmanThis is a copy of libstd::io with all the parts that don't work in core removed.
8625484e0SJethro BeekmanMost importantly, it provides the Read and Write traits.
9625484e0SJethro Beekman
10625484e0SJethro BeekmanThis crate is (mostly) automatically generated from the rust git source. The
11625484e0SJethro Beekmanversion of the source that corresponds to your compiler version will be
12625484e0SJethro Beekmanselected automatically by the build script.
13625484e0SJethro Beekman"""
14625484e0SJethro Beekmanrepository = "https://github.com/jethrogb/rust-core_io"
15625484e0SJethro Beekmandocumentation = "https://doc.rust-lang.org/nightly/std/io/index.html"
16625484e0SJethro Beekmankeywords = ["core", "no_std", "io", "read", "write"]
17b358934cSJethro Beekmaninclude = [
18b358934cSJethro Beekman	"build.rs",
19b358934cSJethro Beekman	"Cargo.toml",
20b358934cSJethro Beekman	"LICENSE-*",
21b358934cSJethro Beekman	"mapping.rs",
22b358934cSJethro Beekman	"src/**/*.rs",
23b358934cSJethro Beekman]
24625484e0SJethro Beekman
2563809052SJethro Beekmanbuild = "build.rs"
26a90b4d36SJethro Beekman
2763809052SJethro Beekman[build-dependencies]
2863809052SJethro Beekmanrustc_version = "0.1.7"
293b066880SJethro Beekman
303b066880SJethro Beekman[features]
313b066880SJethro Beekmanalloc = []
323b066880SJethro Beekmancollections = ["alloc"]
33