# 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 = "lelet" version = "1.2.18" authors = ["Kurnia D Win "] description = "golang like task executor" homepage = "https://github.com/win-t/lelet" documentation = "https://docs.rs/lelet" readme = "README.md" keywords = ["futures", "task", "executor", "golang", "async"] categories = ["asynchronous", "concurrency"] license = "GPL-3.0+" repository = "https://github.com/win-t/lelet" [dependencies.async-task] version = "3.0.0" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossbeam-deque] version = "0.7.3" [dependencies.crossbeam-utils] version = "0.7.2" [dependencies.lelet-utils] version = "0.3.4" [dependencies.log] version = "0.4.8" optional = true [dependencies.num_cpus] version = "1.13.0" [dev-dependencies.futures-timer] version = "3.0.2" [dev-dependencies.simple_logger] version = "1.6.0" [features] default = [] tracing = ["log"]