[package] name = "mar" version = "0.2.0" authors = ["Matt Brubeck ", "Dave Townsend "] license = "MPL-2.0" description = "Library for reading and writing Mozilla Archive files" documentation = "https://docs.rs/mar/" repository = "https://github.com/Mossop/mar" readme = "README.md" keywords = ["archive", "format", "signature"] categories = ["cryptography", "parser-implementations"] edition = "2021" [dependencies] byteorder = "^1.4.3" xz = "^0.1.0" [[bin]] name = "mar" doc = false