[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"