[package]
edition = "2021"
name = "hivex"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(Hopefully) idiomatic bindings to the Hivex library"
readme = "README.md"
keywords = [
"windows-registry",
"hive",
"registry",
"bindings",
"windows",
]
categories = ["api-bindings"]
license = "EUPL-1.2"
repository = "https://codeberg.org/erin/toolsnt"
[features]
bundled = ["hivex-sys/bundled"]
[lib]
name = "hivex"
path = "src/lib.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "formats"
path = "tests/formats.rs"
[dependencies.allocator-api2]
version = "0.3"
[dependencies.bitflags]
version = "2"
[dependencies.hivex-sys]
version = "0.2"
[dependencies.libc_alloc]
version = "1"
[dependencies.time]
version = "0.3"
features = ["macros"]
[dev-dependencies.uuid]
version = "1"
features = [
"v4",
"fast-rng",
]