orbis-pkg 0.1.0

Library for parsing and extracting PlayStation 4 PKG files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]