# 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 = "sealrs" version = "0.13.2" authors = ["Oleg Vyalkin "] description = "Set of classic asynchronous primitives (Actors, Executors, Futures / Promises)" readme = "README.md" keywords = ["actor", "future", "promise", "async", "thread"] categories = ["asynchronous", "concurrency", "development-tools"] license = "MIT" repository = "https://github.com/Serbis/sealrs" [dependencies.arraydeque] version = "0.4.5" [dependencies.bytes] version = "0.4.12" [dependencies.chrono] version = "0.4" [dependencies.failure] version = "0.1.5" [dependencies.log] version = "0.4.0" [dependencies.match-downcast] version = "0.1.2" [dependencies.num_cpus] version = "1.10.0" [dependencies.rand] version = "0.6.5" [dependencies.timer] version = "0.2.0" [dev-dependencies] [badges.maintenance] status = "passively-maintained"