[package] name = "bsa" version = "0.2.1" edition = "2018" license = "MIT OR Apache-2.0" description = "rust library for creating and extracting Bethesda Softworks Archives" homepage = "https://github.com/chisui/elderscrolls-rust" repository = "https://github.com/chisui/elderscrolls-rust" documentation = "https://github.com/chisui/elderscrolls-rust" readme = "../README.MD" keywords = ["bethesda", "skyrim", "fallout", "bsa", "archive"] categories = ["encoding", "development-tools", "compression", "games"] [lib] [dependencies] enumflags2 = "0.7.1" bytemuck = { version = "1.5.1", features = ["derive"] } lz4 = "1.23.2" libflate = "1.1.0" thiserror = "1.0.28" num_enum = "0.5.4"