stacker 0.1.19

A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack.
Documentation
[build-dependencies.cc]
version = "1.1.22"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libc]
version = "0.2.156"

[dependencies.psm]
version = "0.1.7"

[lib]
doctest = false
name = "stacker"
path = "src/lib.rs"
test = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <stacker@kazlauskas.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = """
A stack growth library useful when implementing deeply recursive algorithms that
may accidentally blow the stack.
"""
documentation = "https://docs.rs/stacker/0.1.19"
edition = "2021"
homepage = "https://github.com/rust-lang/stacker"
license = "MIT OR Apache-2.0"
name = "stacker"
readme = "README.md"
repository = "https://github.com/rust-lang/stacker"
rust-version = "1.63"
version = "0.1.19"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Memory", "Win32_System_Threading", "Win32_Foundation"]
version = ">=0.52.0, <0.60.0"

[[test]]
name = "simple"
path = "tests/simple.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"