gen-diff 0.1.23

Diff algorithms for the gen sequence graph and version control system.
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 = "gen-diff"
version = "0.1.23"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Diff algorithms for the gen sequence graph and version control system."
homepage = "https://genhub.bio"
readme = false
license = "Apache-2.0"
repository = "https://github.com/genhub-bio/gen"

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

[dependencies.gen-core]
version = "0.1.23"

[dependencies.gen-graph]
version = "0.1.23"

[dependencies.gen-models]
version = "0.1.23"

[dependencies.itertools]
version = "0.14.0"

[dependencies.petgraph]
version = "0.6.5"

[dependencies.rusqlite]
version = "0.32.1"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.thiserror]
version = "2.0.12"