# 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" name = "parse_cfg" version = "4.1.1" authors = ["Kornel "] description = "Parse and evaluate Rust's `cfg(any(condition))` attribute syntax and target triples" homepage = "https://lib.rs/crates/parse_cfg" documentation = "https://docs.rs/parse_cfg" readme = "README.md" keywords = [ "cfg", "syntax", "attr", "target", "rust", ] categories = [ "parsing", "rust-patterns", ] license = "CC0-1.0 OR MIT" repository = "https://gitlab.com/kornelski/parse_cfg" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.nom] version = "7.1.3"