[package] name = "pna" version = "0.20.0" edition = "2021" license = "Apache-2.0 OR MIT" description = "PNA(Portable-Network-Archive) decoding and encoding library" repository = "https://github.com/ChanTsune/Portable-Network-Archive.git" readme = "README.md" categories = ["data-structures", "filesystem"] keywords = ["pna", "archive", "crypto", "data"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libpna = { version = "0.20.0", path = "../lib" } [dev-dependencies] version-sync = "0.9.5" [features] zlib-ng = ["libpna/zlib-ng"] [lib] name = "pna"