delta_patch 0.1.0

Generate and apply diffs relative to file signatures, like rdiff. (Rust version.)
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]
name = "delta_patch"
version = "0.1.0"
authors = ["Martin Pool <mbp@sourcefrog.net>", "Ferdinand Linnenberg <scarjit@aol.com>"]
description = "Generate and apply diffs relative to file signatures, like rdiff. (Rust version.)"
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/arma3modorganizer/delta_patch"
[dependencies.blake2]
version = "0.7.1"

[dependencies.byteorder]
version = "1"

[dependencies.cast]
version = "0.2.2"

[dependencies.clap]
version = "2.32"
[badges.appveyor]
branch = "master"
repository = "Scarjit/delta_patch"
service = "github"

[badges.coveralls]
branch = "master"
repository = "https://github.com/arma3modorganizer/delta_patch"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "arma3modorganizer/delta_patch"