[dependencies.ahash]
default-features = false
features = ["compile-time-rng", "std"]
version = "0.8"
[dependencies.glob]
version = "0.3.2"
[dependencies.globset]
version = "0.4"
[dependencies.memchr]
version = "2.7.4"
[dependencies.notify]
version = "8.2"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.simdutf8]
version = "0.1.5"
[dependencies.tracing]
version = "0.1.40"
[dependencies.walkdir]
version = "2"
[dev-dependencies.tempfile]
version = "3.15.0"
[lib]
name = "mago_database"
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 a high-performance, in-memory database for source code analysis, featuring distinct mutable and immutable states and transactional updates."
edition = "2024"
homepage = "https://mago.carthage.software"
license = "MIT OR Apache-2.0"
name = "mago-database"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.91.1"
version = "1.0.1"