core_io/Cargo.toml

30 lines
1.4 KiB
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "core_io"
version = "0.1.20210325"
authors = ["The Rust Project Developers", "Jethro Beekman"]
build = "build.rs"
include = ["build.rs", "Cargo.toml", "LICENSE-*", "mapping.rs", "src/**/*.rs"]
description = "This is a copy of libstd::io with all the parts that don't work in core removed.\nMost importantly, it provides the Read and Write traits.\n\nThis crate is (mostly) automatically generated from the rust git source. The\nversion of the source that corresponds to your compiler version will be\nselected automatically by the build script.\n"
documentation = "https://doc.rust-lang.org/nightly/std/io/index.html"
keywords = ["core", "no_std", "io", "read", "write"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jethrogb/rust-core_io"
[build-dependencies.rustc_version]
version = "0.1.7"
[features]
alloc = []
collections = ["alloc"]