git_rs 0.1.0

A (work in progress) pure rust git implementation.
Documentation
# 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 = "git_rs"
version = "0.1.0"
authors = ["Chris Dickinson <christopher.s.dickinson@gmail.com>"]
description = "A (work in progress) pure rust git implementation."
license = "MIT"

[lib]
name = "git_rs"
path = "src/lib.rs"

[[bin]]
name = "git_rs_log"
path = "src/bin/log.rs"

[[bin]]
name = "git_rs_read_tree"
path = "src/bin/read_tree.rs"

[[bin]]
name = "git_rs_index_pack"
path = "src/bin/index_pack.rs"
[dependencies.byteorder]
version = "1.2.7"

[dependencies.chrono]
version = "0.4.6"

[dependencies.crc]
version = "^1.0.0"

[dependencies.error-chain]
version = "0.12.0"

[dependencies.flate2]
version = "1.0.6"

[dependencies.hex]
version = "0.3.2"

[dependencies.lru]
version = "0.1.11"

[dependencies.memmap]
version = "0.7.0"

[dependencies.rayon]
version = "1.0.3"

[dependencies.rust-crypto]
version = "0.2.36"