# 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 = "cvars-macros" version = "0.4.2" authors = ["Martin Taibr "] autotests = false description = "Configuration variables for games - internal crate, use the main cvars crate instead" homepage = "https://github.com/martin-t/cvars" readme = "README.md" keywords = [ "configuration", "console", "debugging", "gamedev", "settings", ] categories = [ "config", "command-line-interface", "development-tools::procedural-macro-helpers", "game-development", "rust-patterns", ] license = "AGPL-3.0-or-later" repository = "https://github.com/martin-t/cvars" [lib] proc-macro = true [[test]] name = "tests" path = "tests/progress.rs" [dependencies.proc-macro2] version = "1.0.50" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "2.0.16" features = ["extra-traits"] [dev-dependencies.strum] version = "0.25.0" [dev-dependencies.strum_macros] version = "0.25.0" [dev-dependencies.trybuild] version = "1.0" features = ["diff"]