# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lambdascript" version = "0.2.2" authors = ["Chuck Liang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Educational tool illustrating beta reduction of typed and untyped lambda terms, parser generation" readme = "README.md" keywords = [ "lambda-calculus", "lambda", "beta-reduction", "education", ] categories = [ "command-line-utilities", "parsing", "mathematics", ] license = "MIT" repository = "https://github.com/chuckcscccl/lambdascript/" [[bin]] name = "lambdascript" path = "src/main.rs" [dependencies.fixedstr] version = "0.5" features = ["no-alloc"] [dependencies.rustlr] version = "0.5" default-features = false