hana_rigging 0.1.0

Device identity, presence, availability, and recovery policy for Bevy providers
# 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"
name = "hana_rigging"
version = "0.1.0"
authors = ["natepiano"]
build = false
exclude = [
    "examples/identity_decision.rs",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Device identity, presence, availability, and recovery policy for Bevy providers"
homepage = "https://github.com/natepiano/bevy_hana/tree/main/crates/hana_rigging"
readme = "README.md"
keywords = [
    "bevy",
    "device",
    "hardware",
    "identity",
    "recovery",
]
categories = [
    "game-development",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/natepiano/bevy_hana"

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

[[example]]
name = "rigging_kernel"
path = "examples/rigging_kernel.rs"

[dependencies.bevy]
version = "0.19.1"
features = [
    "3d",
    "bevy_dev_tools",
    "bevy_remote",
    "bevy_ui_render",
    "default_font",
    "gif",
    "jpeg",
    "png",
    "reflect_auto_register",
    "serialize",
    "track_location",
    "webp",
    "bevy_log",
    "multi_threaded",
]
default-features = false

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

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.bevy]
version = "0.19.1"
features = [
    "3d",
    "bevy_dev_tools",
    "bevy_remote",
    "bevy_ui_render",
    "default_font",
    "gif",
    "jpeg",
    "png",
    "reflect_auto_register",
    "serialize",
    "track_location",
    "webp",
    "bevy_world_serialization",
]
default-features = false

[dev-dependencies.ron]
version = "0.12.2"

[dev-dependencies.trybuild]
version = "1"

[lints.clippy]
allow_attributes_without_reason = "deny"
expect_used = "deny"
multiple_crate_versions = "allow"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
panic = "deny"
redundant_feature_names = "allow"
redundant_pub_crate = "allow"
self_named_module_files = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
unreachable = "deny"
unwrap_used = "deny"
wildcard_imports = "allow"

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

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

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

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

[lints.rust]
missing_docs = "deny"