[package]
edition = "2021"
name = "biors"
version = "0.46.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools for bio-rs biological AI model input workflows."
readme = "README.md"
keywords = [
"bioinformatics",
"protein",
"cli",
"ai",
]
categories = [
"command-line-utilities",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bio-rs/bio-rs"
[[bin]]
name = "biors"
path = "src/main.rs"
[[test]]
name = "cli_batch"
path = "tests/cli_batch.rs"
[[test]]
name = "cli_cache"
path = "tests/cli_cache.rs"
[[test]]
name = "cli_dataset"
path = "tests/cli_dataset.rs"
[[test]]
name = "cli_diff_pipeline_debug"
path = "tests/cli_diff_pipeline_debug.rs"
[[test]]
name = "cli_doctor"
path = "tests/cli_doctor.rs"
[[test]]
name = "cli_errors"
path = "tests/cli_errors.rs"
[[test]]
name = "cli_fasta"
path = "tests/cli_fasta.rs"
[[test]]
name = "cli_inspect"
path = "tests/cli_inspect.rs"
[[test]]
name = "cli_model_input"
path = "tests/cli_model_input.rs"
[[test]]
name = "cli_package"
path = "tests/cli_package.rs"
[[test]]
name = "cli_package_conversion"
path = "tests/cli_package_conversion.rs"
[[test]]
name = "cli_package_tools"
path = "tests/cli_package_tools.rs"
[[test]]
name = "cli_tokenize"
path = "tests/cli_tokenize.rs"
[[test]]
name = "cli_tokenizer"
path = "tests/cli_tokenizer.rs"
[[test]]
name = "cli_ux"
path = "tests/cli_ux.rs"
[[test]]
name = "cli_version"
path = "tests/cli_version.rs"
[[test]]
name = "cli_workflow"
path = "tests/cli_workflow.rs"
[[test]]
name = "release_readiness"
path = "tests/release_readiness.rs"
[[test]]
name = "schema_contract"
path = "tests/schema_contract.rs"
[[test]]
name = "schema_package_contract"
path = "tests/schema_package_contract.rs"
[[test]]
name = "sequence_cli"
path = "tests/sequence_cli.rs"
[dependencies.biors-core]
version = "0.46.0"
[dependencies.clap]
version = "4.5.37"
features = ["derive"]
[dependencies.clap_complete]
version = "4.5.48"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"
[dependencies.serde_yml]
version = "0.0.12"
[dependencies.toml]
version = "1.1.2"
[dev-dependencies.jsonschema]
version = "0.18.3"