blinc_layout 0.5.1

Blinc layout engine - Flexbox layout powered by Taffy
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"
rust-version = "1.75"
name = "blinc_layout"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blinc layout engine - Flexbox layout powered by Taffy"
documentation = "https://docs.rs/blinc_layout"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[features]
default = []
recorder = []

[lib]
name = "blinc_layout"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.blinc_animation]
version = "0.5.1"

[dependencies.blinc_core]
version = "0.5.1"

[dependencies.blinc_media]
version = "0.5.1"

[dependencies.blinc_theme]
version = "0.5.1"

[dependencies.html-escape]
version = "0.2"

[dependencies.indexmap]
version = "2.7"

[dependencies.nom]
version = "7"

[dependencies.pulldown-cmark]
version = "0.10"

[dependencies.regex]
version = "1.10"

[dependencies.slotmap]
version = "1.0"
features = ["serde"]

[dependencies.taffy]
version = "0.6"
features = ["content_size"]

[dependencies.tracing]
version = "0.1"

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

[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "android")))'.dependencies.arboard]
version = "3"

[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies.open]
version = "5"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Navigator",
    "Clipboard",
]