gen-models 0.1.31

Models 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-models"
version = "0.1.31"
build = false
include = [
    "src",
    "migrations",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Models 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"

[features]
benchmark = []

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cached]
version = "0.55.1"

[dependencies.capnp]
version = "0.24"

[dependencies.chrono]
version = "0.4.40"

[dependencies.fallible-streaming-iterator]
version = "0.1.9"

[dependencies.gen-capnp-schemas]
version = "0.1.31"

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

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

[dependencies.include_dir]
version = "0.7.4"

[dependencies.indexmap]
version = "2.11.3"

[dependencies.intervaltree]
version = "0.2.7"

[dependencies.itertools]
version = "0.14.0"

[dependencies.noodles]
version = "0.101.0"
features = [
    "async",
    "bed",
    "bgzf",
    "core",
    "fasta",
    "gff",
    "gtf",
    "tabix",
    "vcf",
]

[dependencies.petgraph]
version = "0.6.5"

[dependencies.rusqlite]
version = "0.32.1"
features = [
    "bundled",
    "array",
    "limits",
    "session",
]

[dependencies.rusqlite_migration]
version = "1.3.1"
features = ["from-directory"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
version = "2.5.0"

[dev-dependencies.rand]
version = "0.10.1"

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