[package] name = "lambdascript" version = "0.2.2" authors = ["Chuck Liang"] edition = "2021" license = "MIT" description = "Educational tool illustrating beta reduction of typed and untyped lambda terms, parser generation" repository = "https://github.com/chuckcscccl/lambdascript/" keywords = ["lambda-calculus", "lambda", "beta-reduction", "education"] categories = ["command-line-utilities", "parsing", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rustlr = { version = "0.5", default-features = false } fixedstr = { version = "0.5", features = ["no-alloc"] } #fixedstr = { path = "../fixedstr", features = ["no-alloc"] } #chrono = "0.4" #curl = "0.4.44"