# 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 = "future-clicker" version = "0.1.1" authors = ["Greg \"GothAck\" Miell "] description = "Reimplementation of manual_future without using `futures` unstable" readme = "README.md" license = "MIT" repository = "https://github.com/GothAck/future-clicker-rs" [dependencies.parking_lot] version = "0.12" features = ["arc_lock"] [dependencies.paste] version = "1.0" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.20" features = [ "macros", "sync", "rt-multi-thread", ] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-test] version = "0.2"