# 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 = "vuot" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run recursive async functions without overflowing the stack" readme = "README.md" keywords = [ "overflow", "recursion", "stack", ] categories = [ "algorithms", "asynchronous", ] license = "MIT" repository = "https://codeberg.org/aria-space/vuot" [profile.release] debug = 2 [lib] name = "vuot" path = "src/lib.rs" [[example]] name = "count" path = "examples/count.rs" [[example]] name = "dir" path = "examples/dir.rs" [[example]] name = "fib" path = "examples/fib.rs" [[example]] name = "lists" path = "examples/lists.rs" [[example]] name = "trees" path = "examples/trees.rs" [dependencies.bumpalo] version = "3" features = ["allocator_api"] optional = true [dev-dependencies.pollster] version = "0.3" [dev-dependencies.smol] version = "2" [dev-dependencies.smol-macros] version = "0.1" [features] bumpalo = ["dep:bumpalo"]