# 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 = "abs_art" version = "0.1.0" authors = ["lino "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ABStraction of Asynchronous RunTime" homepage = "https://github.com/ljsnogard/abs_art" readme = "README.md" keywords = [ "async", "tokio", "async_std", "smol", "wrapper", ] categories = [] license = "MIT/Apache-2.0" [lib] name = "abs_art" path = "src/lib.rs" [dependencies.async-executor] version = "1.5.*" optional = true [dependencies.async-std] version = "1.12.*" features = [ "attributes", "unstable", ] optional = true [dependencies.pin-project] version = "1.1.*" [dependencies.pin-utils] version = "0.1.0" [dependencies.scoped-tls] version = "1" optional = true [dependencies.smol] version = "2" optional = true [dependencies.tokio] version = "1" features = ["full"] optional = true [features] default = ["runtime-tokio"] runtime-async-std = ["async-std"] runtime-smol = [ "smol", "scoped-tls", "async-executor", ] runtime-tokio = ["tokio"]