biotest 0.2.0

Generate random test data for bioinformatics
Documentation
[dependencies.derive_builder]
version = "0.20"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dev-dependencies.assert_matches]
version = "1"

[dev-dependencies.clap]
features = ["derive"]
version = "4"

[dev-dependencies.stderrlog]
version = "0.6"

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

[[example]]
name = "default"
required-features = ["fasta", "fastq", "vcf", "sequence", "quality"]

[features]
fasta = []
fastq = []
quality = []
sequence = []
vcf = []

[package]
authors = ["Pierre Marijon <pierre@marijon.fr>"]
description = "Generate random test data for bioinformatics"
documentation = "https://natir.github.io/biotest/biotest"
edition = "2021"
homepage = "https://github.com/natir/biotest"
license-file = "LICENSE"
name = "biotest"
readme = "Readme.md"
repository = "https://github.com/natir/biotest"
rust-version = "1.74"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true

[profile.profiling]
debug = 2
inherits = "release"

[profile.release]
incremental = false
lto = "thin"
opt-level = 3
overflow-checks = false
panic = "abort"