[package]
edition = "2024"
rust-version = "1.91.1"
name = "mago-atom"
version = "1.2.2"
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A string interning library that stores and reuses identical strings efficiently, improving memory use in large codebases or tools."
homepage = "https://mago.carthage.software"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/carthage-software/mago"
[lib]
name = "mago_atom"
path = "src/lib.rs"
[dependencies.itoa]
version = "1.0"
[dependencies.ryu]
version = "1.0"
[dependencies.ustr]
version = "1.1.0"
features = ["serde"]
[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