hora-graph-core 1.0.0

Bio-inspired embedded knowledge graph engine — pure Rust, zero runtime deps
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"
rust-version = "1.70"
name = "hora-graph-core"
version = "1.0.0"
build = false
exclude = [
    "benches/",
    "bindings/",
    "docs/",
    "tests/",
    ".github/",
    ".hora/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bio-inspired embedded knowledge graph engine — pure Rust, zero runtime deps"
homepage = "https://github.com/Vivien83/hora-graph-core"
documentation = "https://docs.rs/hora-graph-core"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "graph-database",
    "memory",
    "embedded",
    "vector-search",
]
categories = [
    "database",
    "data-structures",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Vivien83/hora-graph-core"

[features]
default = ["embedded"]
embedded = []
postgres = ["dep:postgres"]
sqlite = ["dep:rusqlite"]
wasm = ["dep:js-sys"]

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

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.postgres]
version = "0.19"
optional = true

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]
optional = true

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

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