truce-loader 0.1.2

Hot-reloadable plugin logic for truce (native ABI, dylib loading)
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"
name = "truce-loader"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hot-reloadable plugin logic for truce (native ABI, dylib loading)"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
default = []
shell = [
    "dep:libloading",
    "dep:parking_lot",
]

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

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

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

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"
optional = true

[dependencies.truce-core]
version = "0.1.2"

[dependencies.truce-gui]
version = "0.1.2"

[dependencies.truce-params]
version = "0.1.2"

[dev-dependencies.truce-params-derive]
version = "0.1.2"