lambda_calculus 3.0.0

A simple, zero-dependency implementation of pure lambda calculus in Safe Rust
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 = "lambda_calculus"
version = "3.0.0"
authors = ["ljedrz <ljedrz@gmail.com>"]
exclude = [".cargo/*", "target/*"]
description = "A simple, zero-dependency implementation of pure lambda calculus in Safe Rust"
documentation = "https://docs.rs/lambda_calculus"
readme = "README.md"
keywords = ["lambda", "calculus", "functional", "mathematics", "combinators"]
license = "CC0-1.0"
repository = "https://github.com/ljedrz/lambda_calculus"

[features]
backslash_lambda = []
default = ["encoding"]
encoding = []
[badges.is-it-maintained-open-issues]
repository = "ljedrz/lambda_calculus"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "ljedrz/lambda_calculus"