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-sink" 16version = "0.3.31" 17build = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = """ 23The asynchronous `Sink` trait for the futures-rs 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 32 33[lib] 34name = "futures_sink" 35path = "src/lib.rs" 36 37[dependencies] 38 39[features] 40alloc = [] 41default = ["std"] 42std = ["alloc"] 43 44[lints.rust] 45missing_debug_implementations = "warn" 46rust_2018_idioms = "warn" 47single_use_lifetimes = "warn" 48unreachable_pub = "warn" 49 50[lints.rust.unexpected_cfgs] 51level = "warn" 52priority = 0 53check-cfg = ["cfg(futures_sanitizer)"] 54