py_lib_tsalign 2.1.0

Python Bindings for `lib_tsalign`
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"
rust-version = "1.85.1"
name = "py_lib_tsalign"
version = "2.1.0"
authors = [
    "Sebastian Schmidt <sebastian.schmidt@helsinki.fi>",
    "Jasper Krauter <jasper.krauter@helsinki.fi>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python Bindings for `lib_tsalign`"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/sebschmi/template-switch-aligner"
resolver = "2"

[lib]
name = "tsalign"
crate-type = ["cdylib"]
path = "src/lib.rs"
doc = false

[dependencies.compact-genome]
version = "12.5.0"

[dependencies.lib_tsalign]
version = "2.1.0"
features = ["serde"]

[dependencies.lib_tsshow]
version = "2.1.0"

[dependencies.pyo3]
version = "0.26"

[dependencies.pyo3-log]
version = "0.13"

[dependencies.pythonize]
version = "0.26"

[dependencies.serde]
version = "1.0.228"