mindfry 1.9.0

Memory with a Conscience
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 = "mindfry"
version = "1.9.0"
authors = ["Erdem Arslan <erdemarslan@ymail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory with a Conscience"
readme = "README.md"
keywords = [
    "database",
    "graph",
    "cognitive",
    "ephemeral",
    "decay",
]
categories = [
    "database",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/cluster-127/mindfry"

[features]
default = ["server"]
server = []
wasm = []

[lib]
name = "mindfry"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "mfcli"
path = "src/bin/mfcli.rs"

[[bin]]
name = "mindfry-server"
path = "src/bin/server.rs"
required-features = ["server"]

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

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

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

[dependencies.bincode]
version = "1.3"

[dependencies.bitflags]
version = "2"
features = ["serde"]

[dependencies.chrono]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.sled]
version = "0.34"

[dependencies.string-interner]
version = "0.18"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.zstd]
version = "0.13"

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

[dev-dependencies.proptest]
version = "1"

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

[profile.bench]
lto = true
codegen-units = 1

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true