Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / futures-macro / Cargo.toml
blobb91c6418477dd1ce63629fde5a27d25871fbc1a6
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 rust-version = "1.56"
15 name = "futures-macro"
16 version = "0.3.28"
17 description = """
18 The futures-rs procedural macro implementations.
19 """
20 homepage = "https://rust-lang.github.io/futures-rs"
21 license = "MIT OR Apache-2.0"
22 repository = "https://github.com/rust-lang/futures-rs"
24 [lib]
25 proc-macro = true
27 [dependencies.proc-macro2]
28 version = "1.0"
30 [dependencies.quote]
31 version = "1.0"
33 [dependencies.syn]
34 version = "2.0.8"
35 features = ["full"]
37 [features]