math-core-renderer-internal 0.4.0

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.88"
name = "math-core-renderer-internal"
version = "0.4.0"
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"]

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

[dependencies.bitflags]
version = "2.10.0"

[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.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dev-dependencies]