dyon 0.24.6

A rusty dynamically typed scripting language
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]
name = "dyon"
version = "0.24.6"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
exclude = ["images/*"]
description = "A rusty dynamically typed scripting language"
homepage = "https://github.com/pistondevelopers/dyon"
readme = "README.md"
keywords = ["script", "scripting", "game", "language", "piston"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pistondevelopers/dyon.git"
[dependencies.lazy_static]
version = "0.2.1"

[dependencies.read_color]
version = "0.1.0"

[dependencies.rand]
version = "0.3.13"

[dependencies.piston_meta]
version = "0.29.0"

[dependencies.range]
version = "0.3.1"

[dependencies.read_token]
version = "0.9.0"

[dependencies.reqwest]
version = "0.4.0"
optional = true
default-features = false

[features]
http = ["reqwest"]
debug_resolve = []
default = ["debug_resolve", "http"]