run-in-roblox 0.1.0

Run stuff inside Roblox Studio
# 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.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Run stuff inside Roblox Studio"
homepage = "https://github.com/LPGhatguy/run-in-roblox"
documentation = "https://github.com/LPGhatguy/run-in-roblox"
license = "MIT"
repository = "https://github.com/LPGhatguy/run-in-roblox"
[dependencies.clap]
version = "2.32.0"

[dependencies.colored]
version = "1.8"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.futures]
version = "0.1.25"

[dependencies.hyper]
version = "0.12.24"

[dependencies.log]
version = "0.4.6"

[dependencies.rbx_binary]
version = "0.3.0"

[dependencies.rbx_dom_weak]
version = "0.3.0"

[dependencies.rbx_xml]
version = "0.3.0"

[dependencies.serde]
version = "1.0.88"

[dependencies.serde_derive]
version = "1.0.88"

[dependencies.serde_json]
version = "1.0.38"

[dependencies.tempfile]
version = "3.0.7"