jive/Cargo.toml

22 lines
663 B
TOML

[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]
bachata = { git = "https://git.asonix.dog/safe-async/bachata" }
foxtrot = { git = "https://git.asonix.dog/safe-async/foxtrot" }
jitterbug = { git = "https://git.asonix.dog/safe-async/jitterbug" }
select = { git = "https://git.asonix.dog/safe-async/select" }
[dev-dependencies]
read-write-buf = { git = "https://git.asonix.dog/safe-async/read-write-buf" }
httparse = "1.6.0"