[package]
name = "ontocore-plugin"
description = "Plugin manifest discovery for OntoCore (v0.14 host foundation)"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
readme = "README.md"
keywords.workspace = true
categories.workspace = true
include = [
"src/**/*",
"fixtures/*.toml",
"Cargo.toml",
"README.md",
"LICENSE-MIT",
"LICENSE-APACHE-2.0",
]
[dependencies]
ontocore-catalog = { workspace = true }
ontocore-core = { workspace = true }
ontocore-docs = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror.workspace = true
toml = "0.8"
[dev-dependencies]
ontocore-catalog = { workspace = true }
tempfile = "3"