ontocore-refactor 0.13.0

Workspace refactoring for OntoCore (ontocore-*) (rename, migrate, move, extract)
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 = "ontocore-refactor"
version = "0.13.0"
authors = ["OntoCode 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 = "Workspace refactoring for OntoCore (ontocore-*) (rename, migrate, move, extract)"
homepage = "https://github.com/eddiethedean/ontocode"
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/ontocode"

[lib]
name = "ontocore_refactor"
path = "src/lib.rs"

[dependencies.ontocore-catalog]
version = "0.13.0"

[dependencies.ontocore-core]
version = "0.13.0"

[dependencies.ontocore-owl]
version = "0.13.0"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.thiserror]
version = "2"

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