include-cargo-toml 0.1.0

Load properties of Cargo.toml at compile time
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 = "2021"
name = "include-cargo-toml"
version = "0.1.0"
description = "Load properties of Cargo.toml at compile time"
documentation = "https://docs.rs/include-cargo-toml/"
readme = "README.md"
keywords = ["macro", "version", "Cargo-toml", "compile-time", "parse"]
categories = ["command-line-interface", "config", "development-tools::build-utils", "development-tools"]
license-file = "LICENSE"
repository = "https://github.com/cpu-runtime/include-cargo-toml"
resolver = "2"

[lib]
proc-macro = true
[dependencies.cargo_toml]
version = "0"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[dependencies.toml]
version = "0"