realia 0.2.0

Extra conditional compilation macros
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 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 = "realia"
version = "0.2.0"
authors = ["mtkennerly <mtkennerly@gmail.com>"]
description = "Extra conditional compilation macros"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mtkennerly/realia"

[lib]
proc-macro = true
[dependencies.anyhow]
version = "1.0.31"

[dependencies.cargo_metadata]
version = "0.10.0"

[dependencies.proc-macro2]
version = "1.0.18"

[dependencies.quote]
version = "1.0.7"

[dependencies.serde_json]
version = "1.0.56"

[dependencies.syn]
version = "1.0.33"
features = ["full"]

[dependencies.target-spec]
version = "0.4.0"

[dependencies.version-compare]
version = "0.0.10"

[dependencies.which]
version = "4.0.1"