[package] name = "async-git" version = "0.1.0" authors = ["Michael Zhang "] edition = "2018" license = "MIT/Apache-2.0" [[bin]] name = "git" path = "bin/git.rs" [dependencies] tokio = { version = "0.2.18", default-features = false, features = ["fs", "macros"] } typenum = { version = "1.12.0", default-features = false } structopt = { version = "0.3.13", default-features = false } anyhow = { version = "1.0.28" } thiserror = { version = "1.0.15", default-features = false } futures = { version = "0.3.4", default-features = false } sha-1 = { version = "0.8.2", default-features = false } async-zlib = { path = "../async-zlib" }