repose-core 0.20.2

Repose's core runtime, view model, signals, composition locals, and animation clock.
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 = "2024"
name = "repose-core"
version = "0.20.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repose's core runtime, view model, signals, composition locals, and animation clock."
readme = false
license = "LGPL-2.1-or-later"
repository = "https://github.com/mlm-games/repose"
resolver = "2"

[features]
inspector = []
serde = []

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

[dependencies.bitflags]
version = "2.13"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.repose-macros]
version = "0.20.0"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.slotmap]
version = "1.1"

[dependencies.smallvec]
version = "1.15"

[dependencies.taffy]
version = "=0.11.0-experimental-cache-fix.3"
default-features = true

[dependencies.thiserror]
version = "2"

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