graphlink 1.0.0

A memory-safe, relational in-memory graph database.
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"
name = "graphlink"
version = "1.0.0"
authors = ["Rylan Polster <rslpolster@gmail.com>"]
build = false
exclude = [
    ".github/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A memory-safe, relational in-memory graph database."
readme = "README.md"
keywords = [
    "database",
    "graph",
    "in-memory",
    "relational",
    "orm",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Rylan12/graphlink"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.graphlink-macros]
version = "1.0.0"

[dependencies.slotmap]
version = "1.1.1"