nt-hive 0.2.0

Access keys, values, and data stored in Windows hive (registry) files
Documentation
[package]
name = "nt-hive"
version = "0.2.0"
authors = ["Colin Finck <colin@reactos.org>"]
description = "Access keys, values, and data stored in Windows hive (registry) files"
homepage = "https://github.com/ColinFinck/nt-hive"
repository = "https://github.com/ColinFinck/nt-hive"
documentation = "https://docs.rs/nt-hive"
readme = "README.md"
edition = "2018"
license = "GPL-2.0-or-later"
keywords = ["windows", "nt", "registry", "hive", "regf"]
categories = ["no-std", "os::windows-apis", "parser-implementations"]

[dependencies]
bitflags = "1.3.2"
byteorder = { version = "1.4.3", default-features = false }
displaydoc = { version = "0.2.3", default-features = false }
enumn = "0.1.3"
memoffset = "0.6.4"
zerocopy = "0.6.1"

[features]
default = ["std"]
alloc = []
std = ["alloc"]