# 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.4.0" authors = ["Wesley Chang "] 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.bitflags] version = "1.2.1" [dependencies.blake2] version = "0.9.0" [dependencies.clap] version = "2.33.1" features = ["yaml"] [dependencies.env_logger] version = "0.7.1" [dependencies.hashbrown] version = "0.8.0" features = ["rayon"] [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.rayon] version = "1.3.1" [dependencies.seahash] version = "4.0.0" [badges.codecov] branch = "master" repository = "wchang22/LuminS" service = "github" [badges.travis-ci] branch = "master" repository = "wchang22/LuminS"