# 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 = "2021" name = "hbx" version = "0.1.2" authors = ["guojian_k@qq.com"] description = "Incremental sync tool" homepage = "https://github.com/padeyao4/hash-box" readme = "README.md" keywords = [ "cli", "sync", "scp", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/padeyao4/hash-box" [package.metadata.cross.target.x86_64-unknown-linux-musl] xargo = false [dependencies.anyhow] version = "1.0.71" [dependencies.atomicwrites] version = "0.4.1" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.md-5] version = "0.10.5" [dependencies.serde] version = "1.0.163" features = [ "rc", "derive", ] [dependencies.serde_json] version = "1.0.96" [dependencies.ssh2] version = "0.9.4" features = ["vendored-openssl"] [dependencies.tempfile] version = "3.5.0" [dependencies.walkdir] version = "2.3.3"