# 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 = "smaug-bin" version = "0.5.0" authors = ["Matt Pruitt "] description = "A tool to manage DragonRuby Game Toolkit projects." homepage = "https://smaug.dev" readme = "../README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/ereborstudios/smaug" [[bin]] name = "smaug" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.derive_more] version = "0.99.11" [dependencies.log] version = "0.4" [dependencies.open] version = "1.7.0" [dependencies.question] version = "0.2.2" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.rm_rf] version = "0.6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smaug-lib] version = "0.5.0" [dependencies.stderrlog] version = "0.5" [dependencies.tinytemplate] version = "1.1" [dependencies.toml] version = "0.5.8" [dependencies.toml_edit] version = "0.2.0" [dependencies.zip] version = "0.5" [dependencies.zip-extensions] version = "0.6.0"