# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "box-bin" version = "0.3.1" authors = ["Brendan Molloy "] description = "Box open standard archiver binary." license = "EUPL-1.2" repository = "https://github.com/bbqsrc/box" [[bin]] name = "box" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.box-format] version = "0.3.1" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.15" [dependencies.crc32fast] version = "1.2.0" [dependencies.humansize] version = "1.1.0" [dependencies.jwalk] version = "0.5.1" [dependencies.rayon] version = "1.5.0" [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.17" [dependencies.textwrap] version = "0.13.4" [dependencies.thiserror] version = "1.0.21" [dependencies.tracing] version = "0.1.19" [dependencies.tracing-subscriber] version = "0.2.11" features = ["fmt"] [dependencies.wild] version = "2.0.4" [features] default = [] selfextract = []