tailcall 2.3.0

Stack-safe tail calls on stable Rust
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 = "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"