starlark-repl 0.3.1

A REPL for the implementation in Rust of the Starlark 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]
edition = "2018"
name = "starlark-repl"
version = "0.3.1"
authors = ["Damien Martin-Guillerez <dmarting@google.com>", "Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "A REPL for the implementation in Rust of the Starlark language."
homepage = "https://github.com/google/starlark-rust"
documentation = "https://docs.rs/crate/starlark-repl"
readme = "README.md"
keywords = ["starlark", "skylark", "bazel", "language", "interpreter"]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/google/starlark-rust"

[lib]
bench = false

[[bin]]
name = "starlark-rust"
path = "bin/starlark-rust.rs"
bench = false
[dependencies.codemap]
version = "0.1.1"

[dependencies.codemap-diagnostic]
version = "0.1.1"

[dependencies.linefeed]
version = "0.5.3"

[dependencies.starlark]
version = "0.3.1"

[dependencies.structopt]
version = "0.3.0"
[dev-dependencies.assert_cmd]
version = "0.10.2"

[dev-dependencies.predicates]
version = "1"

[dev-dependencies.tempfile]
version = ">=3, <3.0.5"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "google/starlark-rust"