[package] name = "async-git" version = "0.0.0-squat-name" authors = ["Michael Zhang "] edition = "2018" license = "MIT/Apache-2.0" description = "Pure-rust async implementation of git built on tokio" [[bin]] name = "git" path = "bin/git.rs" [dependencies] async-compression = { version = "0.3.2", default-features = false, features = ["futures-bufread", "zlib"] } futures = { version = "0.3.4", default-features = false, features = ["io-compat"] } sha-1 = { version = "0.8.2", default-features = false } structopt = { version = "0.3.13", default-features = false } thiserror = { version = "1.0.15", default-features = false } tokio = { version = "0.2.18", default-features = false, features = ["fs", "io-util", "macros"] }