# 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 = "rbx_mantle" version = "0.10.6" authors = ["Blake Mealey "] include = ["src", "Cargo.toml", "README.md", "LICENSE"] description = "Infra-as-code for Roblox" homepage = "https://mantle-docs.vercel.app" license = "MIT" repository = "https://github.com/blake-mealey/mantle" [lib] path = "src/lib/mod.rs" [[bin]] name = "mantle" path = "src/main.rs" [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.0" [dependencies.cookie] version = "0.15.1" [dependencies.difference] version = "2.0.0" [dependencies.glob] version = "0.3.0" [dependencies.mime_guess] version = "2.0.3" [dependencies.reqwest] version = "0.11.6" features = ["cookies", "json", "multipart", "stream"] [dependencies.rusoto_core] version = "0.47.0" [dependencies.rusoto_s3] version = "0.47.0" [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_repr] version = "0.1.7" [dependencies.serde_yaml] version = "0.8" [dependencies.sha2] version = "0.9.8" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6.9" [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.yansi] version = "0.5.0" [target."cfg(windows)".dependencies.winreg] version = "0.10.1"