hivex 0.2.1

(Hopefully) idiomatic bindings to the Hivex library
# 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 = "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",
]