connect-user-value 0.1.1

Provides the `UserValue` enum and related types for representing user-facing values within Nominal Connect
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.88.0"
name = "connect-user-value"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides the `UserValue` enum and related types for representing user-facing values within Nominal Connect"
readme = "README.md"
license = "MIT OR Apache-2.0"
resolver = "2"

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

[dependencies.arrow-array]
version = "54.0.0"

[dependencies.arrow-cast]
version = "54.0.0"

[dependencies.bevy_math]
version = "0.16"

[dependencies.bevy_reflect]
version = "0.16"
features = ["documentation"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ecolor]
version = "0.33.0"
features = ["color-hex"]

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

[dependencies.serde_json]
version = "1.0.133"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[lints.clippy]
expect_used = "warn"
indexing_slicing = "warn"
panic = "warn"
todo = "warn"
unwrap_used = "warn"