typed-ski 0.14.5

SKI calculus evaluator in Rust compiled to WASM
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 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 = "typed-ski"
version = "0.14.5"
authors = ["Max DeLiso <me@maxdeliso.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SKI calculus evaluator in Rust compiled to WASM"
homepage = "https://github.com/maxdeliso/typed-ski"
readme = "README.md"
keywords = [
    "ski",
    "calculus",
    "wasm",
    "combinator",
]
categories = [
    "wasm",
    "no-std",
]
license = "MIT"
repository = "https://github.com/maxdeliso/typed-ski"

[lib]
name = "typed_ski"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies]

[profile.dev]
panic = "abort"

[profile.release]
opt-level = "z"
lto = true
panic = "abort"
strip = true