gitgraph-core 0.1.0

Core library for GitGraph: git graph parsing, search, actions, and state
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 = "gitgraph-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for GitGraph: git graph parsing, search, actions, and state"
readme = false
license = "MIT"
repository = "https://github.com/dwnmf/gitgraph_zed"
resolver = "2"

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

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

[dependencies.directories]
version = "6.0.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shlex]
version = "1.3.0"

[dependencies.thiserror]
version = "2.0.18"

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