gen-graph 0.1.30

Graph algorithms and operations 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-graph"
version = "0.1.30"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph algorithms and operations 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_graph"
path = "src/lib.rs"

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

[dependencies.interavl]
version = "0.3.0"

[dependencies.intervaltree]
version = "0.2.7"

[dependencies.petgraph]
version = "0.6.5"

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

[dependencies.thiserror]
version = "2.0.12"