# 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 = "juggle" version = "0.1.1" authors = ["Kazik24 "] description = "Async task switching for cooperative multitasking in single thread environments with no_std support." homepage = "https://github.com/Kazik24/juggle" documentation = "https://docs.rs/juggle" readme = "README.md" keywords = ["async", "future", "single-thread", "non-preemptive", "schedule"] categories = ["asynchronous", "embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/Kazik24/juggle" [dependencies.smallvec] version = "1.4.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.smol] version = "1.0.1" [features] default = ["std"] std = []