arrow-graph-git 0.1.0

Graph-native git primitives on Arrow RecordBatches — commit, checkout, merge, diff, blame, rebase
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 = "arrow-graph-git"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph-native git primitives on Arrow RecordBatches — commit, checkout, merge, diff, blame, rebase"
readme = "README.md"
keywords = [
    "arrow",
    "git",
    "graph",
    "version-control",
    "knowledge-graph",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/hankh95/arrow-git"

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

[[example]]
name = "basic_workflow"
path = "examples/basic_workflow.rs"

[[example]]
name = "branch_merge"
path = "examples/branch_merge.rs"

[[example]]
name = "crash_recovery"
path = "examples/crash_recovery.rs"

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

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

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

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

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

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

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

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

[dependencies.arrow]
version = "55"
features = ["prettyprint"]

[dependencies.arrow-graph-core]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.parquet]
version = "55"
features = ["arrow"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

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