gluon_repl 0.11.2

REPL for gluon. A static, type inferred programming language for application embedding
# 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 = "gluon_repl"
version = "0.11.2"
authors = ["Markus Westerlind <marwes91@gmail.com>"]
description = "REPL for gluon. A static, type inferred programming language for application embedding"
documentation = "https://docs.rs/gluon_repl"
license = "MIT"
repository = "https://github.com/gluon-lang/gluon"

[[bin]]
name = "gluon"
path = "src/main.rs"
doc = false
[dependencies.app_dirs]
version = "1.0.0"

[dependencies.clap]
version = "2.22.0"

[dependencies.codespan]
version = "0.2"

[dependencies.codespan-reporting]
version = "0.2"

[dependencies.env_logger]
version = "0.6"
optional = true

[dependencies.futures]
version = "0.1.11"

[dependencies.futures-cpupool]
version = "0.1"

[dependencies.gluon]
version = "0.11.2"
features = ["serialization"]

[dependencies.gluon_codegen]
version = "0.11.2"

[dependencies.gluon_completion]
version = "0.11.2"

[dependencies.gluon_doc]
version = "0.11.2"

[dependencies.gluon_format]
version = "0.11.2"

[dependencies.gluon_vm]
version = "0.11.2"
features = ["serialization"]

[dependencies.lazy_static]
version = "0.2.0"

[dependencies.log]
version = "0.4"

[dependencies.rustyline]
version = "1.0.0"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.structopt]
version = "0.2"

[dependencies.structopt-derive]
version = "0.2"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-signal]
version = "0.2"

[dependencies.walkdir]
version = "2"
[dev-dependencies.pretty_assertions]
version = "0.5"

[features]
default = ["env_logger"]
[target."cfg(unix)".dev-dependencies.rexpect]
version = "0.3.0"