# 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 = "gdengine" version = "0.4.0" description = "Game design document creation tool" homepage = "https://github.com/simhyeon/gdengine" readme = "README.md" keywords = ["macro", "text-processing", "game-design", "game-development"] categories = ["command-line-utilities", "text-processing", "game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/simhyeon/gdengine" [[bin]] name = "gde" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.2" features = ["std"] default-features = false [dependencies.dotenv] version = "0.15.0" [dependencies.gdlogue] version = "0.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.r4d] version = "0.11.4" features = ["full", "color", "debug"] [dependencies.reqwest] version = "0.11.3" features = ["rustls-tls", "blocking", "cookies", "multipart"] default-features = false [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.25"