[package]
edition = "2021"
rust-version = "1.88"
name = "strixonomy-robot"
version = "0.27.0"
authors = ["Strixonomy Contributors"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE-MIT",
"LICENSE-APACHE-2.0",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ROBOT CLI wrappers for Strixonomy (strixonomy-*)"
homepage = "https://github.com/eddiethedean/strixonomy"
readme = "README.md"
keywords = [
"ontology",
"owl",
"rdf",
"sparql",
"turtle",
]
categories = [
"command-line-utilities",
"science",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eddiethedean/strixonomy"
[lib]
name = "strixonomy_robot"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tempfile]
version = "3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"