# 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 = "yaraal" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "yet another async runtime abstraction library" readme = "README.MD" keywords = ["async"] license = "MIT" repository = "https://gitlab.com/cyloncore/yaraal" [lib] name = "yaraal" path = "src/lib.rs" [dependencies.async-std] version = "1.12.0" features = [ "std", "unstable", ] optional = true [dependencies.futures] version = "0.3.30" features = ["thread-pool"] optional = true [dependencies.tokio] version = "1.39.3" features = [ "rt-multi-thread", "time", ] optional = true [features] default = [] futures_executor = [ "dep:futures", "dep:async-std", ] tokio = ["dep:tokio"]