# 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 = "libarx" version = "0.3.1" authors = ["Matthieu Gautier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The library to handle arx file, the file archive format based on Jubako." readme = "README.md" keywords = [ "archive-format", "arx", "extract", "file-format", "compression", ] categories = [ "compression", "filesystem", ] license = "MIT" repository = "https://github.com/jubako/arx" [lib] name = "libarx" path = "src/lib.rs" [dependencies.blake3] version = "1.5.0" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.4.5" features = ["derive"] optional = true [dependencies.epochs] version = "0.2.4" [dependencies.fxhash] version = "0.2.1" [dependencies.jbk] version = "0.3.1" package = "jubako" [dependencies.libc] version = "0.2.148" [dependencies.lru] version = "0.12.4" [dependencies.rayon] version = "1.10.0" [dependencies.relative-path] version = "1.9.2" [dependencies.tempfile] version = "3.8.0" [dependencies.walkdir] version = "2.4.0" [features] cmd_utils = ["dep:clap"] fuse = ["dep:fuser"] lz4 = ["jbk/lz4"] lzma = ["jbk/lzma"] zstd = ["jbk/zstd"] [target."cfg(not(windows))".dependencies.fuser] version = "0.14.0" optional = true