# 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 = "naja_async_runtime" version = "0.5.0-deprecated.1" authors = ["Naja Melan "] autoexamples = false description = "A lightweight universal runtime for futures." readme = "README.md" keywords = ["runtime", "async", "futures"] categories = ["concurrency", "asynchronous"] license = "Unlicense" repository = "https://github.com/najamelan/async_runtime" [package.metadata.docs.rs] features = ["external_doc", "juliex"] targets = [] [profile.release] codegen-units = 1 [lib] name = "async_runtime" [[example]] name = "attribute" path = "examples/attribute.rs" required-features = ["notwasm", "macros", "localpool"] [[example]] name = "localpool" path = "examples/localpool.rs" required-features = ["notwasm", "macros", "localpool"] [[example]] name = "juliex" path = "examples/juliex.rs" required-features = ["notwasm", "juliex", "macros"] [[example]] name = "threadpool" path = "examples/threadpool.rs" required-features = ["notwasm", "threadpool", "macros"] [[example]] name = "async-file" path = "examples/async-file.rs" required-features = ["notwasm", "localpool", "macros"] [[example]] name = "handle" path = "examples/handle.rs" required-features = ["notwasm", "localpool", "macros"] [dependencies.async_std_crate] version = "^1" optional = true package = "async-std" [dependencies.futures] version = "^0.3" features = ["std", "executor"] default-features = false [dependencies.juliex_crate] version = "^0.3.0-alpha" optional = true package = "juliex" [dependencies.once_cell] version = "^1" [dependencies.tokio] version = "^0.2.0-alpha" features = ["rt-full"] optional = true default-features = false [dependencies.wasm-bindgen-futures] version = "^0.4" optional = true [dev-dependencies.pretty_assertions] version = "^0.6" [features] async_std = ["async_std_crate"] bindgen = ["wasm-bindgen-futures"] default = ["notwasm"] external_doc = [] juliex = ["juliex_crate"] localpool = [] notwasm = [] threadpool = ["futures/thread-pool"] tokio_ct = ["tokio"] [target."cfg(not( target_arch = \"wasm32\" ))".dev-dependencies.async_std_crate] version = "^1" package = "async-std" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "^0.4" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3" [badges.maintenance] status = "deprecated" [badges.travis-ci] repository = "najamelan/async_runtime"