# 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 = "run-in-roblox" version = "0.3.0" authors = ["Lucien Greathouse "] description = "Run stuff inside Roblox Studio" readme = "README.md" license = "MIT" repository = "https://github.com/rojo-rbx/run-in-roblox" [[bin]] name = "run-in-roblox" path = "src/main.rs" [dependencies.anyhow] version = "1.0.28" [dependencies.colored] version = "1.9.3" [dependencies.env_logger] version = "0.7.1" [dependencies.fs-err] version = "2.3.0" [dependencies.futures] version = "0.1.25" [dependencies.hyper] version = "0.12.35" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.rbx_binary] version = "0.5.0" [dependencies.rbx_dom_weak] version = "1.10.1" [dependencies.rbx_xml] version = "0.11.4" [dependencies.roblox_install] version = "0.2.2" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.51" [dependencies.structopt] version = "0.3.13" [dependencies.tempfile] version = "3.1.0" [dependencies.thiserror] version = "1.0.14"