[[bin]]
name = "bsa"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.flate2]
version = "1.0"
[dependencies.log]
version = "0.4.14"
[dependencies.lz4]
version = "1.23.1"
[dependencies.pretty_env_logger]
optional = true
version = "0.4.0"
[dependencies.structopt]
optional = true
version = "0.3.21"
[features]
cli = ["pretty_env_logger", "structopt"]
default = ["cli"]
[package]
authors = ["printfn <printfn@users.noreply.github.com>"]
categories = ["command-line-utilities", "encoding", "filesystem", "game-development", "parser-implementations"]
description = "Library and CLI tool for working with Bethesda Software Archives (BSA files)"
edition = "2018"
homepage = "https://github.com/printfn/bsa"
license = "CC0-1.0"
name = "bsa"
repository = "https://github.com/printfn/bsa"
version = "0.1.2"