blob: 32fedcbd67ce679ab6670654c3dc60a3e765629c [file] [log] [blame]
Jason Macnakcf378132020-03-18 01:31:42 +00001# 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
Joel Galenson11bb2272021-08-09 10:29:51 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnakcf378132020-03-18 01:31:42 +00007#
Joel Galenson11bb2272021-08-09 10:29:51 -07008# 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.
Jason Macnakcf378132020-03-18 01:31:42 +000011
12[package]
13edition = "2018"
David LeGarecc5e5342022-03-02 16:21:09 +000014rust-version = "1.36"
Jason Macnakcf378132020-03-18 01:31:42 +000015name = "futures-core"
David LeGarecc5e5342022-03-02 16:21:09 +000016version = "0.3.21"
17description = """
18The core traits and types in for the `futures` library.
19"""
Jason Macnakcf378132020-03-18 01:31:42 +000020homepage = "https://rust-lang.github.io/futures-rs"
Jason Macnakcf378132020-03-18 01:31:42 +000021license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/futures-rs"
David LeGarecc5e5342022-03-02 16:21:09 +000023
Jason Macnakcf378132020-03-18 01:31:42 +000024[package.metadata.docs.rs]
25all-features = true
David LeGarecc5e5342022-03-02 16:21:09 +000026rustdoc-args = [
27 "--cfg",
28 "docsrs",
29]
Jason Macnakcf378132020-03-18 01:31:42 +000030
31[dependencies]
32
Stephen Hines403f0352021-03-04 09:39:54 -080033[dev-dependencies]
34
Jason Macnakcf378132020-03-18 01:31:42 +000035[features]
36alloc = []
37cfg-target-has-atomic = []
38default = ["std"]
39std = ["alloc"]
40unstable = []