rojo 0.5.0-alpha.1

A tool to create robust Roblox projects
Documentation
# 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 = "rojo"
version = "0.5.0-alpha.1"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "A tool to create robust Roblox projects"
license = "MIT"
repository = "https://github.com/LPGhatguy/rojo"

[lib]
name = "librojo"
path = "src/lib.rs"

[[bin]]
name = "rojo"
path = "src/bin.rs"
[dependencies.clap]
version = "2.27"

[dependencies.csv]
version = "1.0"

[dependencies.env_logger]
version = "0.5"

[dependencies.failure]
version = "0.1.3"

[dependencies.log]
version = "0.4"

[dependencies.maplit]
version = "1.0.1"

[dependencies.notify]
version = "4.0"

[dependencies.rand]
version = "0.4"

[dependencies.rbx_binary]
version = "0.2.0"

[dependencies.rbx_tree]
version = "0.2.0"

[dependencies.rbx_xml]
version = "0.2.0"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.9.5"

[dependencies.rouille]
version = "2.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "0.7"
features = ["v4", "serde"]
[dev-dependencies.lazy_static]
version = "1.2"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.walkdir]
version = "2.1"

[features]
bundle-plugin = []
default = []