themed-styler 1.2.10

Client-side runtime styling engine for web and Android/iOS Native with theme support and Tailwind subset
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 = "themed-styler"
version = "1.2.10"
authors = ["Ari Asulin"]
build = false
exclude = [
    "dist/**",
    "pkg/**",
    "wasm/**",
    "src/**/*.ts",
    "src/**/*.tsx",
    "src/**/*.js",
    "package.json",
    "package-lock.json",
    "tsconfig.json",
    "node_modules/**",
    "tests/**",
    "scripts/**",
    "docs/**",
    "media/**",
    "assets/**",
    "android/**",
    "ios/**",
    "target/**",
    "theme.yaml",
    ".github/**",
    ".git/**",
    ".gitignore",
    ".idea/**",
    ".vscode/**",
    "*.tgz",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client-side runtime styling engine for web and Android/iOS Native with theme support and Tailwind subset"
homepage = "https://relaynet.online"
readme = "README.md"
keywords = [
    "theme",
    "styling",
    "android-ios-native",
    "wasm",
]
categories = [
    "wasm",
    "gui",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/clevertree/themed-styler"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
android = ["jni"]
default = []
wasm = ["wasm-bindgen"]

[lib]
name = "themed_styler"
crate-type = [
    "cdylib",
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.android_logger]
version = "0.13"

[dependencies.anyhow]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.jni]
version = "0.21"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true