blob: 13a32ba2048d4d34ccadf98e3c7e69c7661ce679 [file] [log] [blame]
Chih-Hung Hsiehdb886c62020-04-16 10:44:22 -07001# 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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "cfg-if"
Chih-Hung Hsieh70032b62020-10-26 13:16:41 -070016version = "1.0.0"
Chih-Hung Hsiehdb886c62020-04-16 10:44:22 -070017authors = ["Alex Crichton <alex@alexcrichton.com>"]
18description = "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n"
19homepage = "https://github.com/alexcrichton/cfg-if"
20documentation = "https://docs.rs/cfg-if"
21readme = "README.md"
22license = "MIT/Apache-2.0"
23repository = "https://github.com/alexcrichton/cfg-if"
24[dependencies.compiler_builtins]
25version = "0.1.2"
26optional = true
27
28[dependencies.core]
29version = "1.0.0"
30optional = true
31package = "rustc-std-workspace-core"
32
33[features]
34rustc-dep-of-std = ["core", "compiler_builtins"]
35[badges.travis-ci]
36repository = "alexcrichton/cfg-if"