# 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 = "2018" name = "include-cargo-toml2" version = "0.3.1" authors = ["slimboyfat "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Load properties of Cargo.toml at compile time" 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/slimboyfat/include-cargo-toml2" [lib] name = "include_cargo_toml2" path = "src/lib.rs" proc-macro = true [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" [dependencies.toml] version = "0"