# 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 = "backuppc_pool_reader" version = "2.0.1" build = false exclude = [ ".gitea", ".vscode", "package.json", "package-lock.json", ".releaserc", ] publish = [ "crates-io", "gitea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Library and CLI for reading BackupPC pool files (contains a FUSE file system to mount the pool)" homepage = "https://gogs.shadoware.org/phoenix/backuppc_pool" readme = "README.md" keywords = [ "backuppc", "pool", "fuse", "filesystem", ] license = "MIT" repository = "https://gogs.shadoware.org/phoenix/backuppc_pool.git" [lib] name = "backuppc_pool_reader" path = "src/lib.rs" [[bin]] name = "backuppc_pool_reader" path = "src/main.rs" required-features = [ "fuse", "cli", ] [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.4.18" features = ["derive"] optional = true [dependencies.env_logger] version = "0.11.3" optional = true [dependencies.flate2] version = "1.0.28" [dependencies.fuser] version = "0.14" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4.21" [dependencies.lru] version = "0.12.3" [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" optional = true [dependencies.twox-hash] version = "1.6.3" optional = true [dev-dependencies.mockall] version = "0.12" [features] cli = [ "dep:clap", "dep:env_logger", "fuse", ] fuse = [ "dep:fuser", "dep:libc", "dep:twox-hash", "dep:rand", ] [target.'cfg(target_os = "linux")'.dependencies.flate2] version = "1.0.28" features = ["zlib-ng"] default-features = false