| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| rust-version = "1.58.0" |
| name = "cfg-expr" |
| version = "0.15.4" |
| authors = [ |
| "Embark <[email protected]>", |
| "Jake Shadle <[email protected]>", |
| ] |
| description = "A parser and evaluator for Rust `cfg()` expressions." |
| homepage = "https://github.com/EmbarkStudios/cfg-expr" |
| documentation = "https://docs.rs/cfg-expr" |
| readme = "README.md" |
| keywords = [ |
| "cargo", |
| "rustc", |
| "cfg", |
| ] |
| categories = ["parser-implementations"] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/EmbarkStudios/cfg-expr" |
| |
| [dependencies.smallvec] |
| version = "1.8" |
| |
| [dependencies.target-lexicon] |
| version = "0.12.5" |
| optional = true |
| |
| [dev-dependencies.similar-asserts] |
| version = "1.1" |
| |
| [features] |
| default = [] |
| targets = ["target-lexicon"] |