[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"