# 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 = "rs-git-lib" version = "0.2.1" authors = ["Eduardo Díaz "] description = "A native rust git library" readme = "README.md" keywords = ["git"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/lnds/rs-git-lib" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.11" [dependencies.crc] version = "1.8.1" [dependencies.flate2] version = "1.0.14" [dependencies.nom] version = "5.1.1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.reqwest] version = "0.10.4" features = ["blocking", "json"] [dependencies.rust-crypto] version = "0.2.36" [dependencies.rustc-serialize] version = "0.3.16" [dependencies.url] version = "2.1.1"