# 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 = "folo" version = "0.1.0-pre" authors = ["Sander Saares "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime engine for Rust services" readme = "Readme.md" categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/sandersaares/folo" [lib] name = "folo" crate-type = ["lib"] path = "src/lib.rs" [[example]] name = "default" path = "examples/default.rs" [dependencies.futures] version = "0.3.30" features = [ "std", "alloc", ] default-features = false [dependencies.negative-impl] version = "0.1.6" [dependencies.oneshot] version = "0.1.8" [dependencies.pin-project] version = "1.1.5" [dependencies.thiserror] version = "1.0.63"