blob: 983933b058040bd0f83ef20d8c3f2f7d1d6648f6 [file] [log] [blame]
# 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 = "nb"
version = "0.1.3"
authors = ["Jorge Aparicio <jorge@japaric.io>"]
description = "Minimal non-blocking I/O layer"
homepage = "https://github.com/rust-embedded/nb"
documentation = "https://docs.rs/nb"
readme = "README.md"
keywords = ["await", "futures", "IO"]
categories = ["asynchronous", "embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/nb"
[lib]
doctest = false
[dependencies.nb]
version = "1"
[dev-dependencies.futures]
version = "0.1.17"
[features]
unstable = []