vmprotect 1.0.0

Unofficial VMProtect SDK for Rust
Documentation
[dependencies.bitflags]
version = "2.9"

[dependencies.chrono]
version = "0.4.41"

[dependencies.enum_primitive]
version = "0.1.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.real_c_string]
version = "1.0"

[dependencies.vmprotect-macros]
version = "1.0.0"

[dependencies.vmprotect-sys]
version = "1.0.0"

[dependencies.widestring]
version = "1.2.0"

[dependencies.zeroize]
features = ["derive"]
version = "1.8.1"

[features]
activation = ["licensing"]
default = ["licensing", "activation", "service", "strings"]
licensing = []
service = []
strings = []

[lib]
name = "vmprotect"
path = "src/lib.rs"

[package]
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unofficial VMProtect SDK for Rust"
edition = "2024"
license = "MIT"
name = "vmprotect"
readme = "README.md"
repository = "https://github.com/CertainLach/vmprotect/"
version = "1.0.0"