# 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" rust-version = "1.74.1" name = "hoard" version = "0.6.1" authors = ["Michael Bryant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hoard backups of files across your filesystem into one location." homepage = "https://github.com/Shadow53/hoard" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/Shadow53/hoard" [lib] name = "hoard" path = "src/lib.rs" [[bin]] name = "hoard" path = "src/main.rs" [[test]] name = "config_precedence_conflict" path = "tests/config_precedence_conflict.rs" [[test]] name = "config_yaml_support" path = "tests/config_yaml_support.rs" [[test]] name = "expected_errors" path = "tests/expected_errors.rs" [[test]] name = "hoard_cleanup" path = "tests/hoard_cleanup.rs" [[test]] name = "hoard_diff" path = "tests/hoard_diff.rs" [[test]] name = "hoard_init" path = "tests/hoard_init.rs" [[test]] name = "hoard_list" path = "tests/hoard_list.rs" [[test]] name = "hoard_status" path = "tests/hoard_status.rs" [[test]] name = "hoard_upgrade" path = "tests/hoard_upgrade.rs" [[test]] name = "ignore_filter" path = "tests/ignore_filter.rs" [[test]] name = "last_paths" path = "tests/last_paths.rs" [[test]] name = "operation_checksums" path = "tests/operation_checksums.rs" [[test]] name = "operations" path = "tests/operations.rs" [[test]] name = "restore_permissions" path = "tests/restore_permissions.rs" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.3" features = [ "derive", "wrap_help", ] [dependencies.digest] version = "0.10.7" [dependencies.futures] version = "0.3" features = [] default-features = false [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.hostname] version = "0.4" [dependencies.itertools] version = "0.13.0" [dependencies.md-5] version = "0.10.5" [dependencies.once_cell] version = "1.15" [dependencies.open_cmd] version = "0.1.0" features = ["tracing"] [dependencies.petgraph] version = "0.6" [dependencies.regex] version = "1.8" [dependencies.serde] version = ">=1.0.184" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.sha2] version = "0.10.7" [dependencies.similar] version = "2.2" features = ["text"] default-features = false [dependencies.tap] version = "1.0" [dependencies.tempfile] version = "3.6" [dependencies.thiserror] version = "1.0.40" [dependencies.time] version = "0.3" features = [ "formatting", "macros", "serde", "std", ] default-features = false [dependencies.tokio] version = "1.28" features = [ "rt-multi-thread", "fs", "io-util", "macros", ] default-features = false [dependencies.tokio-stream] version = "0.1" features = ["fs"] default-features = false [dependencies.toml] version = "0.8.2" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "fmt", "env-filter", "smallvec", "std", ] default-features = false [dependencies.uuid] version = "1.3" features = [ "serde", "v4", ] [dev-dependencies.futures] version = "0.3" features = ["executor"] default-features = false [dev-dependencies.maplit] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tokio] version = "1.28" features = ["process"] default-features = false [features] default = ["yaml"] yaml = ["serde_yaml"] [target."cfg(unix)".dev-dependencies.nix] version = "0.29" [target."cfg(unix)".dev-dependencies.pty_closure] version = "0.1" [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Storage", "Win32_UI_Shell", "Win32_Foundation", "Win32_Globalization", ] [target."cfg(windows)".dev-dependencies.registry] version = "1.2"