# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "agnostik" version = "0.2.3" authors = ["Justus K ", "Mahmut Bulut "] description = "Executor Agnostic Runtime that can run your futures with your favourite Executor." homepage = "https://github.com/bastion-rs/agnostik" license = "MIT/Apache-2.0" [dependencies.agnostik-attributes] version = "1.2.0" optional = true [dependencies.async_std_crate] version = "1.7.0" features = ["unstable"] optional = true package = "async-std" [dependencies.bastion-executor] version = "0.4" optional = true [dependencies.lightproc] version = "0.3" optional = true [dependencies.once_cell] version = "1.5.2" [dependencies.pin-project] version = "1.0.2" [dependencies.smol_crate] version = "1.2.4" optional = true package = "smol" [dependencies.tokio_crate] version = "0.3.4" features = ["rt", "rt-multi-thread"] optional = true package = "tokio" [dev-dependencies.tokio_crate] version = "0.3.4" features = ["time"] package = "tokio" [build-dependencies.cfg_aliases] version = "0.1.1" [features] attributes = ["agnostik-attributes"] runtime_asyncstd = ["async_std_crate"] runtime_bastion = ["bastion-executor", "lightproc"] runtime_smol = ["smol_crate"] runtime_tokio = ["tokio_crate"]