lamcal-repl 0.1.0

A lambda calculus command line repl
# 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.1.0"
authors = ["haraldmaida"]
description = "A lambda calculus command line 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"

[[bin]]
name = "lamcali"
path = "src/main.rs"
[dependencies.colored]
version = "1.6"

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

[dependencies.dirs]
version = "1.0"

[dependencies.failure]
version = "0.1"

[dependencies.lamcal]
version = "0.1"

[dependencies.rustyline]
version = "1.0"

[features]
no-color = ["colored/no-color"]