gen-core 0.1.30

Core structs and representations 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-core"
version = "0.1.30"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core structs and representations 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]
default = []
python-bindings = [
    "pyo3",
    "pyo3-macros",
]

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

[dependencies.capnp]
version = "0.24"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.noodles]
version = "0.101.0"
features = ["gff"]

[dependencies.pyo3]
version = "0.25.1"
optional = true

[dependencies.pyo3-macros]
version = "0.25.1"
optional = true

[dependencies.rand]
version = "0.9.2"

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

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

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.18.1"
features = ["v7"]

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