uiua_parser 0.19.0-dev.4

Uiua parser implementation
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 = "uiua_parser"
version = "0.19.0-dev.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Uiua parser implementation"
documentation = "https://docs.rs/uiua_parser"
readme = "readme.md"
keywords = [
    "uiua",
    "array",
    "stack",
    "language",
    "apl",
]
categories = [
    "compilers",
    "algorithms",
    "multimedia",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/uiua-lang/uiua"

[features]
multivector = []

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

[dependencies.bytemuck]
version = "1.25"
features = [
    "must_cast",
    "derive",
    "extern_crate_alloc",
]

[dependencies.colored]
version = "2"

[dependencies.dashmap]
version = "6"
features = ["serde"]

[dependencies.ecow]
version = "0.2.3"
features = ["serde"]

[dependencies.enum-iterator]
version = "2.3.0"

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

[dependencies.serde_tuple]
version = "1.0.0"

[dependencies.unicode-segmentation]
version = "1.10"

[lints.clippy]
dbg_macro = "warn"
multiple_crate_versions = "allow"
negative_feature_names = "allow"
non_std_lazy_statics = "warn"
print_stdout = "warn"

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