sbol-cli 0.1.0

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.1.0"
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"
path = "tests/cli.rs"

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

[dependencies.sbol]
version = "0.1.0"

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

[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"