openlogi-core 0.7.1

Core types, config, and paths for OpenLogi. No I/O specifics.
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 = "2024"
rust-version = "1.96"
name = "openlogi-core"
version = "0.7.1"
authors = ["AprilNEA <dev@aprilnea.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, config, and paths for OpenLogi. No I/O specifics."
readme = false
keywords = [
    "logitech",
    "hidpp",
    "config",
    "mouse",
    "hid",
]
categories = [
    "hardware-support",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/OpenLogi"

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

[dependencies.atomic-write-file]
version = "0.3.0"

[dependencies.etcetera]
version = "0.11.0"

[dependencies.num_enum]
version = "0.7.3"

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

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.plist]
version = "1.10.0"

[lints.clippy]
assertions_on_result_states = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
doc_markdown = "allow"
error_impl_error = "warn"
exit = "warn"
expect_used = "warn"
missing_errors_doc = "allow"
or_fun_call = "warn"
ptr_as_ptr = "warn"
tests_outside_test_module = "warn"
undocumented_unsafe_blocks = "warn"
unwrap_used = "warn"

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

[lints.rust]
unsafe_code = "deny"