mago-database 1.3.0

Provides a high-performance, in-memory database for source code analysis, featuring distinct mutable and immutable states and transactional updates.
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.93.0"
name = "mago-database"
version = "1.3.0"
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a high-performance, in-memory database for source code analysis, featuring distinct mutable and immutable states and transactional updates."
homepage = "https://mago.carthage.software"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/carthage-software/mago"

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

[dependencies.ahash]
version = "0.8"
features = [
    "compile-time-rng",
    "std",
]
default-features = false

[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]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.simdutf8]
version = "0.1.5"

[dependencies.tracing]
version = "0.1.40"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3.15.0"

[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