ontocore-edit 0.26.2

Semantic transaction model for OntoCore ontology editing
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-edit"
version = "0.26.2"
authors = ["OntoCode Contributors"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE-2.0",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic transaction model for OntoCore ontology editing"
homepage = "https://github.com/eddiethedean/ontocode"
readme = "README.md"
keywords = [
    "ontology",
    "owl",
    "edit",
    "transaction",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eddiethedean/ontocode"

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

[[test]]
name = "transaction"
path = "tests/transaction.rs"

[[test]]
name = "xml_writeback"
path = "tests/xml_writeback.rs"

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

[dependencies.ontocore-obo]
version = "0.26.2"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde_json]
version = "1"