lamcal-repl 0.4.0

A lambda calculus command line repl
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 = "lamcal-repl"
version = "0.4.0"
authors = ["haraldmaida"]
description = "A lambda calculus command line repl"
homepage = "https://github.com/haraldmaida/lamcal/blob/master/repl"
documentation = "https://docs.rs/lamcal-repl"
readme = "README.md"
keywords = ["lambda-calculus", "repl", "evalute", "interpret", "parse"]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/haraldmaida/lamcal"
[package.metadata.docs.rs]
features = ["config", "rustyline"]

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

[[bin]]
name = "lamcali"
path = "src/main.rs"
required-features = ["config", "rustyline"]
[dependencies.colored]
version = "1.6"

[dependencies.config]
version = "0.9"
features = ["toml"]
optional = true
default-features = false

[dependencies.dirs]
version = "1.0"

[dependencies.failure]
version = "0.1"

[dependencies.lamcal]
version = "0.4"
features = ["failure"]

[dependencies.rustyline]
version = "2.1"
optional = true
[dev-dependencies.version-sync]
version = "0.5"

[features]
default = ["config", "rustyline"]
no-color = ["colored/no-color"]