math-core-renderer-internal 0.6.2

Internal crate used by math-core
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.91"
name = "math-core-renderer-internal"
version = "0.6.2"
authors = [
    "Hiromu Sugiura <h.sugiura0705@outlook.com>",
    "Thomas MK <tmke8@posteo.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal crate used by math-core"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tmke8/math-core"
resolver = "2"

[features]
serde = [
    "dep:serde",
    "bitflags/serde",
]

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

[dependencies.bitflags]
version = "2.11.1"

[dependencies.dtoa]
version = "1.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.stable-arena]
version = "0.2.0"
default-features = false

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.strum]
version = "0.28.0"

[dependencies.strum_macros]
version = "0.28.0"

[dev-dependencies]

[lints.clippy]
elidable_lifetime_names = "warn"
explicit_iter_loop = "warn"
match_same_arms = "warn"
match_wildcard_for_single_variants = "warn"
needless_pass_by_value = "warn"
redundant_closure_for_method_calls = "warn"
too_many_arguments = "allow"
trivially_copy_pass_by_ref = "warn"
unnecessary_semicolon = "warn"