[package]
name = "lamcal"
version = "0.4.0"
authors = ["haraldmaida"]
description = "A lambda calculus parser and interpreter"
homepage = "https://github.com/haraldmaida/lamcal"
documentation = "https://docs.rs/lamcal"
readme = "README.md"
keywords = ["functional", "combinator", "mathematics", "parser", "interpreter"]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/haraldmaida/lamcal"
[package.metadata.docs.rs]
features = ["failure"]
[[bench]]
name = "parser_benchmark"
harness = false
[dependencies.failure]
version = "0.1"
optional = true
[dev-dependencies.criterion]
version = "0.2"
[dev-dependencies.proptest]
version = "0.8"
[dev-dependencies.version-sync]
version = "0.5"