[package] name = "jive" version = "0.1.0" edition = "2021" [features] default = [] tokio-io-compat = ["foxtrot/tokio-compat"] futures-io-compat = ["foxtrot/futures-compat"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] foxtrot = { git = "https://git.asonix.dog/safe-async/foxtrot" } jitterbug = { git = "https://git.asonix.dog/safe-async/jitterbug" } [dev-dependencies] read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" } httparse = "1.6.0"