[dependencies.bytemuck]
version = "1.7"
[dependencies.num-bigint]
version = "0.4"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.pretty_assertions]
version = "1.0"
[features]
default = ["std"]
std = ["num-bigint/std"]
[lib]
name = "codebreaker"
[package]
authors = ["Mathias Lafeldt <mathias.lafeldt@gmail.com>"]
categories = ["algorithms", "cryptography", "no-std"]
description = "Decrypt & encrypt any cheat code for CodeBreaker PS2"
documentation = "https://docs.rs/codebreaker/"
edition = "2018"
homepage = "https://crates.io/crates/codebreaker"
keywords = ["codebreaker", "ps2", "gamehacking", "homebrew"]
license = "MIT OR Apache-2.0"
name = "codebreaker"
readme = "README.md"
repository = "https://github.com/mlafeldt/codebreaker-rs"
version = "0.2.5"