# 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 = "lambda-types" version = "0.2.1" authors = ["baltdev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Puts the lambda calculus in Rust...'s type system." documentation = "https://docs.rs/lambda-types/" readme = "README.md" keywords = [ "types", "cursed", ] license = "MIT" repository = "https://github.com/balt-dev/lambda-rs" [lib] name = "lambda_types" path = "src/lib.rs" [[test]] name = "static-test" path = "tests/static-test.rs" [dependencies.paste] version = "1" [features] const-numeral = [] default = []