[package]
edition = "2024"
name = "orbis-pkg"
version = "0.1.0"
authors = ["videobitva"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for parsing and extracting PlayStation 4 PKG files"
homepage = "https://github.com/videobitva/orbis"
documentation = "https://docs.rs/orbis-pkg"
readme = "README.md"
keywords = [
"ps4",
"playstation",
"pkg",
"package",
"orbis",
]
categories = [
"parser-implementations",
"cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/videobitva/orbis"
[lib]
name = "orbis_pkg"
path = "src/lib.rs"
[dependencies.aes]
version = "0.8.4"
[dependencies.bitflags]
version = "2.10.0"
[dependencies.byteorder]
version = "1.4.3"
[dependencies.cbc]
version = "0.1"
[dependencies.rsa]
version = "0.9"
[dependencies.sha2]
version = "0.10.9"
[dependencies.snafu]
version = "0.8.9"
[dependencies.zerocopy]
version = "0.8.38"
features = [
"derive",
"simd",
]