# 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" version = "0.4.2" authors = ["Martin Taibr "] description = "Configuration variables - a simple and ergonomic way to store and edit configuration at runtime" 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" [dependencies.cvars-macros] version = "0.4.0" [dev-dependencies.strum] version = "0.25.0" [dev-dependencies.strum_macros] version = "0.25.0"