# 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 = "bfstool" version = "1.1.0" authors = ["xNyaDev "] description = "A tool for BFS (Bugbear File System) archives" homepage = "https://github.com/xNyaDev/bfstool/" readme = "README.md" keywords = [ "bugbear", "bfs", "archive", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/xNyaDev/bfstool/" [package.metadata.winres] OriginalFilename = "bfstool.exe" FileDescription = "A tool for BFS (Bugbear File System) archives" LegalCopyright = "Copyright © xNyaDev 2022" [dependencies.bitreader] version = "0.3.6" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.crc] version = "3.0.0" [dependencies.flate2] version = "1.0.24" [dependencies.globset] version = "0.4.9" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.2" [dependencies.lz4] version = "1.23.1" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.88" [dependencies.tabled] version = "0.10.0" [dependencies.xxhash-rust] version = "0.8.5" features = ["xxh64"] [dependencies.zstd] version = "0.12.1" [build-dependencies.pulldown-cmark] version = "0.9.2" default-features = false [build-dependencies.serde] version = "1.0.147" features = ["derive"] [build-dependencies.serde-xml-rs] version = "0.6.0" [build-dependencies.serde_json] version = "1.0.88" [build-dependencies.winres] version = "0.1.12"