[package]
edition = "2021"
name = "tailcall"
version = "2.2.2"
authors = ["Alec Larsen <hello@alec.ninja>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stack-safe tail calls on stable Rust"
documentation = "https://docs.rs/tailcall"
readme = "README.md"
keywords = [
"recursion",
"tail",
"tailcall",
"become",
]
categories = [
"algorithms",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alecdotninja/tailcall"
[lib]
name = "tailcall"
path = "src/lib.rs"
[dependencies.tailcall_proc_macro]
version = "2.2.2"
package = "tailcall-impl"