[package] authors = ["Michael Leonhard "] categories = ["asynchronous"] description = "Safe async runtime" edition = "2018" keywords = ["async", "safe", "runtime", "future"] license = "Apache-2.0" name = "safina" readme = "Readme.md" repository = "https://gitlab.com/leonhard-llc/safina-rs" version = "0.6.0" [features] default = ["executor", "net", "select", "sync", "threadpool", "timer"] async_test = ["executor", "timer", "safina-macros"] executor = [] net = [] select = [] sync = [] threadpool = [] timer = [] testing = [] [dependencies] safina-macros = { version = "0.1.3", optional = true, path = "../safina-macros" } [dev-dependencies] rusty-fork = "^0.3" [package.metadata.docs.rs] all-features = true