# 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 = "futurify" version = "0.3.0" authors = ["Roberto Huertas "] exclude = [".github/*", ".pre-commit-config.yaml"] description = "Convert your sync functions into non-blocking thread futures" readme = "README.md" keywords = ["futures", "spawn", "threading", "background", "non-blocking"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/robertohuertasm/futurify" [dependencies.futures01] version = "0.1" optional = true default-features = false package = "futures" [dependencies.futures03] version = "0.3" optional = true package = "futures" [dev-dependencies.actix-web-1] version = "1.0" package = "actix-web" [dev-dependencies.actix-web-2] version = "2.0.0-alpha.1" package = "actix-web" [features] default = ["futures_03"] futures_01 = ["futures01"] futures_03 = ["futures03"] [badges.maintenance] status = "actively-developed"