lms 0.1.2

A fast and reliable alternative to rsync for synchronizing local files
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 = "lms"
version = "0.1.2"
authors = ["Wesley Chang <wesleycanada@gmail.com>"]
description = "A fast and reliable alternative to rsync for synchronizing local files"
readme = "./README.md"
keywords = ["rsync", "linux", "file", "cli", "sync"]
categories = ["command-line-utilities", "filesystem"]
license = "MIT"
repository = "https://github.com/wchang22/lumins"
[dependencies.blake2]
version = "0.8.0"

[dependencies.clap]
version = "2.32"
features = ["yaml"]

[dependencies.env_logger]
version = "0.6.0"

[dependencies.log]
version = "0.4.6"

[dependencies.rayon]
version = "1.0.3"

[dependencies.rayon-hash]
version = "0.4.1"

[dependencies.seahash]
version = "3.0.5"
[badges.codecov]
branch = "master"
repository = "wchang22/LuminS"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "wchang22/LuminS"