winreg-core 0.1.0

Core Windows Registry hive parser
Documentation
# 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"
rust-version = "1.75"
name = "winreg-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Windows Registry hive parser"
readme = false
license = "Apache-2.0"

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

[[test]]
name = "hive_builder_tests"
path = "tests/hive_builder_tests.rs"

[[test]]
name = "iterator_tests"
path = "tests/iterator_tests.rs"

[[test]]
name = "key_navigation_tests"
path = "tests/key_navigation_tests.rs"

[[test]]
name = "value_decoding_tests"
path = "tests/value_decoding_tests.rs"

[dependencies.binrw]
version = "0.4"

[dependencies.chrono]
version = "0.4"
features = [
    "alloc",
    "serde",
]
default-features = false

[dependencies.memmap2]
version = "0.9"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.winreg-format]
version = "0.1.0"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 1

[lints.clippy.cast_possible_wrap]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.must_use_candidate]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.clippy.unwrap_used]
level = "deny"
priority = 0

[lints.rust]
unsafe_code = "forbid"