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