akar-migrate 0.1.21

Akar — pure Rust embedded graph database for AI agent memory
# 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 = "akar-migrate"
version = "0.1.21"
authors = ["Anjang Kusuma Netra"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Akar — pure Rust embedded graph database for AI agent memory"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "embedded",
    "cypher",
    "ai-agent",
]
categories = [
    "database",
    "database-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mlengse/akar"

[features]
default = []
parquet-export = ["akar-main/parquet-export"]

[[bin]]
name = "akar-migrate"
path = "src/main.rs"

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

[dependencies.akar-common]
version = "0.1.3"

[dependencies.akar-main]
version = "0.1.7"

[dependencies.akar-storage]
version = "0.1.7"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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