[package] name = "tokio-hglib" version = "0.4.0" authors = ["Yuya Nishihara "] description = "Tokio-based async client library for Mercurial command server" readme = "README.md" documentation = "https://docs.rs/tokio-hglib/" repository = "https://hg.sr.ht/~yuja/tokio-hglib/" license = "MIT" edition = "2018" include = [ "Cargo.toml", "LICENSE", "README.md", "examples/**/*.rs", "src/**/*.rs", "tests/**/*.rs", ] [dependencies] async-trait = "0.1" bytes = "1" futures = "0.3" [dependencies.tokio] version = "1" features = ["rt", "io-util", "io-std", "net", "process", "macros"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.6" features = ["codec"]