# 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 = "godot-rs-config" version = "0.1.2" authors = ["Allan Davis"] description = "Command line tool to generate Godot Extention config" homepage = "https://github.com/cajun-code/godot-rs-config" readme = "README.md" keywords = [ "gamedev", "godot", "cli", ] license = "MIT" repository = "https://github.com/cajun-code/godot-rs-config" [[bin]] name = "godot-config" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cargo-generate] version = "0.18.4" [dependencies.clap] version = "4.3.24" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.tera] version = "1.19.1" [dependencies.tokio] version = "1.33.0" features = [ "test-util", "macros", "rt-multi-thread", ] [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.cucumber] version = "0.20.0" [dev-dependencies.futures] version = "0.3.28"