1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.36" 15name = "futures-core" 16version = "0.3.31" 17build = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = """ 23The core traits and types in for the `futures` library. 24""" 25homepage = "https://rust-lang.github.io/futures-rs" 26readme = "README.md" 27license = "MIT OR Apache-2.0" 28repository = "https://github.com/rust-lang/futures-rs" 29 30[package.metadata.docs.rs] 31all-features = true 32rustdoc-args = [ 33 "--cfg", 34 "docsrs", 35] 36 37[lib] 38name = "futures_core" 39path = "src/lib.rs" 40 41[dependencies.portable-atomic] 42version = "1.3" 43features = ["require-cas"] 44optional = true 45default-features = false 46 47[dev-dependencies] 48 49[features] 50alloc = [] 51cfg-target-has-atomic = [] 52default = ["std"] 53std = ["alloc"] 54unstable = [] 55 56[lints.rust] 57missing_debug_implementations = "warn" 58rust_2018_idioms = "warn" 59single_use_lifetimes = "warn" 60unreachable_pub = "warn" 61 62[lints.rust.unexpected_cfgs] 63level = "warn" 64priority = 0 65check-cfg = ["cfg(futures_sanitizer)"] 66