# 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-console" version = "0.2.0" authors = ["Martin Taibr "] description = "In-game console using the cvars crate for configuration - internal crate, use cvars-console-fyrox or cvars-console-macroquad in your game" 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] version = "0.4.0"