# 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. cargo-features = ["strip"] [package] edition = "2021" name = "larz" version = "0.3.1" authors = ["Emil Sayahi "] description = "Archive tool for efficient decompression." homepage = "https://github.com/Dirout/larz" readme = "README" license = "AGPL-3.0-or-later" repository = "https://github.com/Dirout/larz" resolver = "2" [package.metadata.deb] section = "utility" priority = "optional" assets = [ [ "target/x86_64-unknown-linux-gnu/release/larz", "usr/bin/", "755", ], [ "target/x86_64-unknown-linux-gnu/release/liblarz.so", "usr/lib/", "644", ], [ "README", "usr/share/doc/larz/README", "644", ], [ "COPYING", "usr/share/doc/larz/COPYING", "644", ], ] [package.metadata.rpm] package = "larz" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.larz] path = "/usr/bin/larz" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = true [profile.release.build-override] opt-level = 3 codegen-units = 1 [lib] name = "larz" crate-type = [ "rlib", "dylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "larz" path = "src/main.rs" doc = true [dependencies.anyhow] version = "1.0.56" [dependencies.argfile] version = "0.1.4" [dependencies.clap] version = "3.1.6" features = [ "cargo", "suggestions", "color", "wrap_help", "unicode", ] [dependencies.home] version = "0.5.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.lz4_flex] version = "0.9.2" features = [ "checked-decode", "frame", ] [dependencies.mimalloc] version = "0.1.28" default-features = false [dependencies.path-clean] version = "0.1.0" [dependencies.stopwatch] version = "0.0.7" [dependencies.tar] version = "0.4.38" [dependencies.wild] version = "2.1.0-alpha.2"