# 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 = "rjrssync" version = "0.2.7" autotests = false description = "Fast rsync-like tool for incrementally copying files. Runs natively on both Windows and Linux and uses network for communication." readme = "README.md" keywords = [ "filesystem", "binary", "tool", "cross-platform", "sync", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/Robert-Hughes/rjrssync" [profile.profiling] debug = 1 inherits = "release" [profile.release] lto = true panic = "abort" strip = true [[bin]] name = "rjrssync" bench = false [[example]] name = "piper" bench = false [[example]] name = "tcper" bench = false [[example]] name = "walker" bench = false [[test]] name = "usage_tests" [[bench]] name = "benchmarks" harness = false [dependencies.aead] version = "0.5.1" [dependencies.aes-gcm] version = "0.10.1" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.clap_complete] version = "4.1.0" [dependencies.console] version = "0.15.4" [dependencies.crossbeam] version = "0.8.2" [dependencies.dialoguer] version = "0.10.2" [dependencies.env_logger] version = "0.10.0" [dependencies.filetime] version = "0.2.19" [dependencies.flate2] version = "1.0.25" [dependencies.indicatif] version = "0.17.2" [dependencies.json] version = "0.12.4" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.15.0" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_bytes] version = "0.11.8" [dependencies.tempdir] version = "0.3.7" [dependencies.winapi] version = "0.3.9" features = ["psapi"] [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.ascii_table] version = "4.0.2" [dev-dependencies.fs_extra] version = "1.2.0" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.map-macro] version = "0.2.5" [dev-dependencies.network-interface] version = "0.1.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.walkdir] version = "2.3.2" [build-dependencies.bincode] version = "1.3.3" [build-dependencies.flate2] version = "1.0.25" [build-dependencies.json] version = "0.12.4" [build-dependencies.serde] version = "1.0.152" features = ["derive"] [build-dependencies.serde_bytes] version = "0.11.8" [features] embed-aarch64-linux = ["progenitor"] embed-all = [ "embed-x64-windows", "embed-x64-linux", "embed-aarch64-linux", ] embed-x64-linux = ["progenitor"] embed-x64-windows = ["progenitor"] profiling = ["dep:json"] progenitor = []