[package]
edition = "2024"
name = "orbis-pfs"
version = "0.1.0"
authors = ["videobitva"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for reading PlayStation 4 PFS (PlayStation File System) images"
homepage = "https://github.com/videobitva/orbis"
documentation = "https://docs.rs/orbis-pfs"
readme = "README.md"
keywords = [
"ps4",
"playstation",
"pfs",
"filesystem",
"orbis",
]
categories = [
"filesystem",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/videobitva/orbis"
[lib]
name = "orbis_pfs"
path = "src/lib.rs"
[dependencies.aes]
version = "0.8.4"
[dependencies.flate2]
version = "1.1.9"
[dependencies.hmac]
version = "0.12.1"
[dependencies.sha2]
version = "0.10.9"
[dependencies.snafu]
version = "0.8.9"
[dependencies.xts-mode]
version = "0.5.1"
[dependencies.zerocopy]
version = "0.8.38"
features = [
"derive",
"simd",
]