# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-git" version = "0.0.0-squat-name" authors = ["Michael Zhang "] description = "Pure-rust async implementation of git built on tokio" license = "MIT/Apache-2.0" [[bin]] name = "git" path = "bin/git.rs" [dependencies.async-compression] version = "0.3.2" features = ["futures-bufread", "zlib"] default-features = false [dependencies.futures] version = "0.3.4" features = ["io-compat"] default-features = false [dependencies.sha-1] version = "0.8.2" default-features = false [dependencies.structopt] version = "0.3.13" default-features = false [dependencies.thiserror] version = "1.0.15" default-features = false [dependencies.tokio] version = "0.2.18" features = ["fs", "io-util", "macros"] default-features = false