# 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 = "arx" version = "0.3.1" authors = ["Matthieu Gautier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, mountable file archive based on Jubako container. Replacement of tar and zip." homepage = "https://github.com/jubako/arx" readme = "README.md" categories = [ "command-line-utilities", "compression", "filesystem", ] license = "MIT" repository = "https://github.com/jubako/arx" [[bin]] name = "arx" path = "src/main.rs" [[bin]] name = "auto_mount" path = "src/bin/auto_mount.rs" required-features = ["fuse"] [[bin]] name = "mount_fuse_arx" path = "src/bin/mount_fuse_arx.rs" required-features = ["fuse"] [[test]] name = "create" path = "tests/create.rs" required-features = ["fuse"] [dependencies.anyhow] version = "1.0.75" [dependencies.arx] version = "0.3.0" features = ["cmd_utils"] package = "libarx" [dependencies.clap] version = "4.4.5" features = ["derive"] [dependencies.clap_complete] version = "4.5.0" [dependencies.clap_mangen] version = "0.2.20" [dependencies.env_logger] version = "0.10.0" [dependencies.human-panic] version = "2.0.1" [dependencies.indicatif] version = "0.17.7" [dependencies.jbk] version = "0.3.1" package = "jubako" [dependencies.libc] version = "0.2.158" [dependencies.log] version = "0.4.20" [dependencies.tempfile] version = "3.10.1" [features] default = [ "zstd", "fuse", ] fuse = ["arx/fuse"] in_ci = [] lz4 = ["arx/lz4"] lzma = ["arx/lzma"] zstd = ["arx/zstd"] [target."cfg(not(windows))".dev-dependencies.tempfile] version = "3.8.0" [target."cfg(unix)".dependencies.daemonize] version = "0.5.0"