# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "runtime_cfg" version = "0.1.0" authors = ["Flier Lu "] description = "Evaluation of configuration flags, at runtime-time." homepage = "https://github.com/flier/rust-runtime-cfg" documentation = "https://docs.rs/runtime_cfg" readme = "README.md" keywords = ["runtime", "cfg", "syn"] categories = ["development-tools"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [dependencies.cfg-if] version = "0.1" [dependencies.proc-macro2] version = "0.4" optional = true [dependencies.syn] version = "0.15" features = ["parsing"] optional = true [dev-dependencies.quote] version = "0.6" [features] all = ["std", "parsing", "printing"] default = ["all"] parsing = ["std", "syn", "proc-macro2"] printing = [] std = [] [badges.travis-ci] branch = "master" repository = "flier/rust-runtime-cfg"