[package]
edition = "2024"
name = "onelib"
version = "0.2.0"
authors = ["Johann Visagie <johann@visagie.za.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the ONEcode file format"
readme = "README.md"
keywords = [
"onecode",
"bioinformatics",
"genomics",
"file-format",
]
categories = [
"science",
"parser-implementations",
]
license = "BSD-3-Clause"
repository = "https://github.com/wjv/onelib"
[lib]
name = "onelib"
path = "src/lib.rs"
[[test]]
name = "cross_validation"
path = "tests/cross_validation.rs"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"