# 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 = "tasic" version = "0.3.2" description = "TASIC - Tokio, Async_STD, Smol, Interface Crate" readme = "README.md" keywords = [ "async", "tasic", "tokio", "async_std", "smol", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/peperworx/tasic" [dependencies.async-channel] version = "1.9.0" optional = true [dependencies.async-std] version = "1.12.0" features = ["attributes"] optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.28" [dependencies.smol] version = "1.3.0" optional = true [dependencies.tokio] version = "1.29.1" features = ["full"] optional = true [features] async_std = ["dep:async-std"] smol = ["dep:smol"] tokio = [ "dep:tokio", "dep:async-channel", ]