# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "const-tweaker" version = "0.3.1" authors = ["Thomas Versteeg "] description = "Tweak constant variables live from a web GUI" documentation = "https://docs.rs/const-tweaker" readme = "README.md" keywords = ["gamedev", "gui", "const"] categories = ["game-development", "config", "development-tools", "rust-patterns"] license = "AGPL-3.0-or-later" repository = "https://github.com/tversteeg/const-tweaker" [dependencies.async-std] version = "1.5.0" [dependencies.const-tweaker-attribute] version = "0.5" [dependencies.ctor] version = "0.1.13" [dependencies.dashmap] version = "3.11.0" [dependencies.horrorshow] version = "0.8.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.tide] version = "0.6.0"