# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "lms_lib" version = "0.4.0" authors = ["Wesley Chang ", "kedap "] 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/kedap/lumins-lib" [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.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"