telar-plugin 0.2.0

Embedding a separately-compiled Telar UI inside a Telar application: the guest half a plugin exports, and the loader a host drives it through.
# 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 = "2024"
rust-version = "1.95"
name = "telar-plugin"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedding a separately-compiled Telar UI inside a Telar application: the guest half a plugin exports, and the loader a host drives it through."
readme = "README.md"
keywords = [
    "telar",
    "plugin",
    "dylib",
    "gui",
    "embedding",
]
categories = [
    "gui",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AdrielGBM/telar"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["guest"]
document-features = ["dep:document-features"]
guest = []
host = [
    "guest",
    "platform-core/dylib",
    "dep:libloading",
]

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

[dependencies.document-features]
version = "0.2.12"
optional = true

[dependencies.geometry-core]
version = "0.2.0"
package = "telar-geometry-core"

[dependencies.layout-core]
version = "0.2.0"
package = "telar-layout-core"

[dependencies.libloading]
version = "0.8"
optional = true

[dependencies.motion-core]
version = "0.2.0"
package = "telar-motion-core"

[dependencies.platform-core]
version = "0.2.0"
package = "telar-platform-core"

[dependencies.reactive-core]
version = "0.2.0"
package = "telar-reactive-core"

[dependencies.renderer-core]
version = "0.2.0"
package = "telar-renderer-core"

[dependencies.theme-core]
version = "0.2.0"
package = "telar-theme-core"

[dependencies.ui-core]
version = "0.2.0"
package = "telar-ui-core"

[dependencies.ui-tree]
version = "0.2.0"
package = "telar-ui-tree"

[dependencies.web-time]
version = "1.1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs)"]