[dependencies.tsg-core]
optional = true
version = "0.1.9"
[features]
default = ["dep:tsg-core"]
[lib]
name = "tsg"
path = "src/lib.rs"
[package]
authors = ["Yangyang Li <yangyang.li@northwestern.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Deep Learning Processing Library for Biological Data"
edition = "2024"
homepage = "https://github.com/TSGECO/tsg"
keywords = ["bioinformatics", "biological-data"]
license = "Apache-2.0"
name = "tsg"
readme = "README.md"
repository = "https://github.com/TSGECO/tsg"
resolver = "2"
version = "0.1.9"
[package.metadata.docs.rs]
all-features = true