[package]
edition = "2024"
rust-version = "1.93"
name = "sbol"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The sbol-rs SDK for SBOL 2, SBOL 3, and bidirectional conversion."
homepage = "https://github.com/SynBioDex/sbol-rs"
documentation = "https://docs.rs/sbol"
readme = "README.md"
keywords = [
"sbol",
"synthetic-biology",
"rdf",
]
categories = [
"science",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SynBioDex/sbol-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "sbol"
path = "src/lib.rs"
[dependencies.sbol-convert]
version = "0.3.0"
[dependencies.sbol-core]
version = "0.3.0"
[dependencies.sbol-rdf]
version = "0.3.0"
[dependencies.sbol2]
version = "0.3.0"
[dependencies.sbol3]
version = "0.3.0"