cfg-expr 0.20.6

A parser and evaluator for Rust `cfg()` expressions.
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "cfg-expr"
version = "0.20.6"
authors = [
    "Embark <opensource@embark-studios.com>",
    "Jake Shadle <jake.shadle@embark-studios.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
default = []
targets = ["target-lexicon"]

[lib]
name = "cfg_expr"
path = "src/lib.rs"

[[example]]
name = "eval"
path = "examples/eval.rs"

[[test]]
name = "eval"
path = "tests/eval.rs"

[[test]]
name = "lexer"
path = "tests/lexer.rs"

[[test]]
name = "parser"
path = "tests/parser.rs"

[dependencies.smallvec]
version = "1.15"

[dependencies.target-lexicon]
version = "=0.13.3"
optional = true

[dev-dependencies.similar-asserts]
version = "1.7"