[dependencies.mago-database]
version = "1.0.0-beta.21"
[dependencies.mago-span]
version = "1.0.0-beta.21"
[dependencies.mago-syntax-core]
version = "1.0.0-beta.21"
[dependencies.ordered-float]
default-features = false
features = ["serde", "serde", "rand"]
version = "5.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.strum]
features = ["derive"]
version = "0.27"
[lib]
name = "mago_type_syntax"
path = "src/lib.rs"
[lints.clippy.dbg_macro]
level = "forbid"
priority = 0
[lints.clippy.large_enum_variant]
level = "allow"
priority = 0
[lints.clippy.print_stderr]
level = "forbid"
priority = 0
[lints.clippy.print_stdout]
level = "forbid"
priority = 0
[package]
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides core utilities useful for building lexers and parsers within Mago."
edition = "2024"
homepage = "https://mago.carthage.software"
license = "MIT OR Apache-2.0"
name = "mago-type-syntax"
readme = "README.md"
repository = "https://github.com/carthage-software/mago"
rust-version = "1.89.0"
version = "1.0.0-beta.21"