[package]
edition = "2021"
name = "tailcall"
version = "2.3.0"
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"
[features]
at-least-inline-captures-32 = []
at-least-inline-captures-48 = ["at-least-inline-captures-32"]
default = []
[lib]
name = "tailcall"
path = "src/lib.rs"
[dependencies.tailcall_proc_macro]
version = "2.3.0"
package = "tailcall-impl"