sbol-cli 0.2.1

Command-line tool for working with SBOL 3 documents.
# 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.93"
name = "sbol-cli"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for working with SBOL 3 documents."
homepage = "https://github.com/marpaia/sbol-rs"
documentation = "https://docs.rs/sbol-cli"
readme = "README.md"
keywords = [
    "sbol",
    "synthetic-biology",
    "rdf",
    "cli",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/marpaia/sbol-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
http-resolver = ["sbol/http-resolver"]
sarif = []

[[bin]]
name = "sbol"
path = "src/main.rs"

[[test]]
name = "cli_color"
path = "tests/cli_color.rs"

[[test]]
name = "cli_convert"
path = "tests/cli_convert.rs"

[[test]]
name = "cli_rules_list"
path = "tests/cli_rules_list.rs"

[[test]]
name = "cli_validate"
path = "tests/cli_validate.rs"

[[test]]
name = "downgrade"
path = "tests/downgrade.rs"

[[test]]
name = "import_fasta"
path = "tests/import_fasta.rs"

[[test]]
name = "import_genbank"
path = "tests/import_genbank.rs"

[[test]]
name = "upgrade"
path = "tests/upgrade.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.sbol]
version = "0.2.1"

[dependencies.sbol-fasta]
version = "0.2.1"

[dependencies.sbol-genbank]
version = "0.2.1"

[dependencies.sbol-ontology]
version = "0.2.1"

[dependencies.serde_json]
version = "1"

[dependencies.terminal_size]
version = "0.4"

[dev-dependencies.assert_cmd]
version = "2"

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

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

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