[package] name = "foxtrot" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] futures-compat = ["futures-io"] tokio-compat = ["tokio"] [dependencies] polldance = { git = "https://git.asonix.dog/safe-async/polldance" } futures-io = { version = "0.3.21", optional = true } tokio = { version = "1", default-features = false, optional = true } [dev-dependencies] read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" } join-all = { git = "https://git.asonix.dog/safe-async/join-all" }