strixonomy-robot 0.28.0

ROBOT CLI wrappers for Strixonomy (strixonomy-*)
Documentation
# 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 = "2021"
rust-version = "1.88"
name = "strixonomy-robot"
version = "0.28.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"