gen-annotations 0.1.30

Annotation models and graph operations for Gen.
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-annotations"
version = "0.1.30"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Annotation models and graph operations for Gen."
homepage = "https://genhub.bio"
readme = false
license = "Apache-2.0"
repository = "https://github.com/genhub-bio/gen"

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

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

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

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

[dependencies.interavl]
version = "0.3.0"

[dependencies.noodles]
version = "0.101.0"
features = [
    "bed",
    "core",
    "gff",
]

[dev-dependencies.rusqlite]
version = "0.32.1"
features = [
    "array",
    "bundled",
]

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