[package]
edition = "2024"
rust-version = "1.93.0"
name = "mago-type-syntax"
version = "1.4.0"
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides core utilities useful for building lexers and parsers within Mago."
homepage = "https://mago.carthage.software"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/carthage-software/mago"
[lib]
name = "mago_type_syntax"
path = "src/lib.rs"
[[bench]]
name = "parser"
path = "benches/parser.rs"
harness = false
[dependencies.mago-database]
version = "1.4.0"
[dependencies.mago-span]
version = "1.4.0"
[dependencies.mago-syntax-core]
version = "1.4.0"
[dependencies.ordered-float]
version = "5.0"
features = [
"serde",
"serde",
"rand",
]
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.strum]
version = "0.27"
features = ["derive"]
[dev-dependencies.criterion]
version = "0.8.1"
[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