# 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 = "backpak" version = "0.2.0" authors = ["Matt Kline "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A content-addressed backup system with deduplication and compression" homepage = "https://backpak.store" readme = "README.md" keywords = ["backup"] categories = [ "command-line-utilities", "compression", "filesystem", ] license = "Zlib" repository = "https://github.com/mrkline/backpak" [lib] name = "backpak" path = "src/lib.rs" [[bin]] name = "backpak" path = "src/main.rs" [[test]] name = "backup-and-rebuild-index" path = "tests/backup-and-rebuild-index.rs" [[test]] name = "bad-filenames" path = "tests/bad-filenames.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "copy" path = "tests/copy.rs" [[test]] name = "diff" path = "tests/diff.rs" [[test]] name = "dump" path = "tests/dump.rs" [[test]] name = "filter" path = "tests/filter.rs" [[test]] name = "filter-snapshot" path = "tests/filter-snapshot.rs" [[test]] name = "prune" path = "tests/prune.rs" [[test]] name = "restore" path = "tests/restore.rs" [[test]] name = "resume" path = "tests/resume.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.atomic-wait] version = "1.1.0" [dependencies.backpak-b2] version = "0.1" [dependencies.byte-unit] version = "5.0" features = ["serde"] [dependencies.camino] version = "1.0" features = ["serde1"] [dependencies.ciborium] version = "0.2.1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.crossbeam-epoch] version = "0.9" [dependencies.data-encoding] version = "2.3" [dependencies.enum-map] version = "2.5" [dependencies.fastcdc] version = "3.0" [dependencies.home] version = "0.5" [dependencies.hostname] version = "0.4" [dependencies.jiff] version = "0.1.13" features = ["serde"] [dependencies.memmap2] version = "0.9" [dependencies.mut-binary-heap] version = "0.1.0" [dependencies.num] version = "0.4" default-features = false [dependencies.num_cpus] version = "1.0" [dependencies.ouroboros] version = "0.18" [dependencies.rayon] version = "1.4" [dependencies.regex] version = "1.0" features = [ "std", "perf", ] default-features = false [dependencies.rusqlite] version = "0.32.0" [dependencies.rustc-hash] version = "2.0" [dependencies.rustix] version = "0.38" features = ["fs"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.0" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "std", "ansi", "fmt", "registry", ] default-features = false [dependencies.unicode-segmentation] version = "1.12.0" [dependencies.zstd] version = "0.13" features = ["zstdmt"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.walkdir] version = "2.0"