m1nd-core 0.4.0

Neuro-symbolic code graph engine — core algorithms, graph, plasticity, resonance
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 = "2021"
name = "m1nd-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Neuro-symbolic code graph engine — core algorithms, graph, plasticity, resonance"
homepage = "https://m1nd.world"
documentation = "https://m1nd.world/wiki-build/architecture.html"
readme = "README.md"
keywords = [
    "code-graph",
    "neuro-symbolic",
    "mcp",
    "hebbian",
    "spreading-activation",
]
categories = [
    "development-tools",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/maxkle1nz/m1nd"

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

[[bench]]
name = "core_benchmarks"
path = "benches/core_benchmarks.rs"
harness = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.smallvec]
version = "1.13"
features = ["serde"]

[dependencies.static_assertions]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[lints.clippy]
approx_constant = "allow"
collapsible_if = "allow"
derivable_impls = "allow"
doc_lazy_continuation = "allow"
duplicated_attributes = "allow"
explicit_auto_deref = "allow"
extra_unused_lifetimes = "allow"
let_and_return = "allow"
manual_clamp = "allow"
manual_div_ceil = "allow"
manual_is_multiple_of = "allow"
manual_memcpy = "allow"
manual_range_contains = "allow"
manual_saturating_arithmetic = "allow"
manual_strip = "allow"
map_entry = "allow"
match_like_matches_macro = "allow"
needless_as_bytes = "allow"
needless_borrow = "allow"
needless_range_loop = "allow"
needless_return = "allow"
new_without_default = "allow"
redundant_closure = "allow"
redundant_field_names = "allow"
single_match = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_cast = "allow"
unnecessary_map_or = "allow"
unnecessary_to_owned = "allow"