lalrpop-lambda 0.6.1

A λ-calculus grammar writting with LALRPOP.
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 = "lalrpop-lambda"
version = "0.6.1"
authors = ["Nathan Lilienthal <nathan@nixpulvis.com>"]
build = "build.rs"
description = "A λ-calculus grammar writting with LALRPOP."
license = "MIT"
repository = "https://github.com/nixpulvis/lalrpop-lambda"

[lib]
crate-type = ["rlib", "cdylib"]

[[bench]]
name = "numerals"
harness = false
[dependencies.lalrpop-util]
version = "0.17.0"

[dependencies.regex]
version = "0.2.0"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.pretty_assertions]
version = "0.6"
[build-dependencies.lalrpop]
version = "0.17.0"

[features]
default = ["wasm"]
wasm = ["wasm-bindgen"]