# 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 = "brarchive-cli" version = "0.1.1" authors = ["theaddonn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for Bedrock Archives in Rust" readme = "README.md" keywords = [ "archive", "archive", "minecraft", "bedrock", "cli", ] categories = [ "data-structures", "parser-implementations", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/theaddonn/brarchive-rs" [profile.release] lto = true [[bin]] name = "brarchive-cli" path = "src/main.rs" [dependencies.brarchive] version = "0.1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.fern] version = "0.7" features = ["colored"] [dependencies.humantime] version = "2.1" [dependencies.log] version = "0.4"