dioxus-tw-components 0.2.2

Components made for Dioxus
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 = "dioxus-tw-components"
version = "0.2.2"
authors = [
    "Louis Truchelut",
    "kbz_8",
    "Ziale",
    "gpoblon",
    "42Angouleme",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Components made for Dioxus"
homepage = "https://42angouleme.github.io/dioxus-tw-components-docsite/"
readme = "README.md"
keywords = [
    "web",
    "desktop",
    "gui",
    "dioxus",
    "components",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/42Angouleme/dioxus-components"

[features]
default = ["web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
theme = []
web = ["dioxus/web"]

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

[dependencies.chrono]
version = "0.4.39"

[dependencies.console]
version = "0.15.10"

[dependencies.dioxus]
version = "0.7.3"
features = []

[dependencies.dioxus-tw-components-sorttable-macro]
version = "0.1.0"

[dependencies.log]
version = "0.4.22"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.slugify]
version = "0.1.0"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]
default-features = false

[build-dependencies.minify-html]
version = "0.16.4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.43.0"
features = ["time"]

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3.0"
features = ["futures"]

[profile.android-dev]
inherits = "dev"

[profile.server-dev]
inherits = "dev"

[profile.wasm-dev]
opt-level = 1
inherits = "dev"