waterui-dylib 0.3.0

Dynamic-link anchor crate for WaterUI
# 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 = "waterui-dylib"
version = "0.3.0"
authors = ["Lexo Liu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic-link anchor crate for WaterUI"
readme = "README.md"
keywords = [
    "ui",
    "framework",
    "rust",
    "gui",
    "water",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/water-rs/waterui"
resolver = "2"

[features]
all = [
    "waterui-internal/all",
    "navigation-restoration",
    "highlight",
    "locale-datetime",
    "locale-list",
]
assets = ["waterui-internal/assets"]
default = [
    "gpu",
    "assets",
    "media",
    "webview",
    "inspector",
    "snackbar",
    "highlight",
    "locale-datetime",
    "locale-list",
]
flow-markdown = ["waterui-internal/flow-markdown"]
gpu = ["waterui-internal/gpu"]
highlight = ["waterui-internal/highlight"]
inspector = ["waterui-internal/inspector"]
locale-datetime = ["waterui-internal/locale-datetime"]
locale-list = ["waterui-internal/locale-list"]
media = [
    "waterui-internal/media",
    "video",
]
navigation-restoration = ["waterui-internal/navigation-restoration"]
snackbar = ["waterui-internal/snackbar"]
std = ["waterui-internal/std"]
video = ["waterui-internal/video"]
video-gpu = ["waterui-internal/video-gpu"]
webview = ["waterui-internal/webview"]

[lib]
name = "waterui_dylib"
crate-type = [
    "dylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.waterui-internal]
version = "0.3.0"
default-features = false

[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
undocumented_unsafe_blocks = "warn"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"