# 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] name = "wombo" version = "0.1.2" authors = ["Alec Embke "] description = "Utilities for managing event loop threads." homepage = "https://github.com/azuqua/wombo.rs" readme = "README.md" keywords = ["thread", "tokio", "futures", "cancel", "utilities"] license = "MIT" repository = "https://github.com/azuqua/wombo.rs" [lib] name = "wombo" test = true doctest = false doc = true [dependencies.futures] version = "0.1.17" [dependencies.log] version = "0.4.1" [dependencies.parking_lot] version = "0.5.3" [dependencies.pretty_env_logger] version = "0.1.1" [dependencies.thread-id] version = "3.2.0" [dependencies.tokio-core] version = "0.1.12" [dependencies.uuid] version = "0.5" features = ["v4"] [dev-dependencies.tokio-timer] version = "0.1.2" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "azuqua/wombo.rs"