[[bin]]
name = "browserinfocm_main"
path = "src/main.rs"
[build-dependencies.rust-version-info-file]
optional = true
version = "0.2"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-sleep-aki]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.browserinfo]
version = "0.1.5"
[dependencies.dioxus]
features = ["fullstack"]
version = "0.7.3"
[dependencies.dioxus-fullstack]
version = "0.7.3"
[dependencies.dioxus-logger]
version = "0.7.3"
[dependencies.hmac-sha256]
optional = true
version = "1.1"
[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sqlx]
features = ["runtime-tokio", "sqlite"]
optional = true
version = "0.8"
[dependencies.toml]
version = "0.9"
[dependencies.uuid]
features = ["v4", "js"]
version = "1.19"
[features]
backend_delay = []
backend_homedir = ["database"]
backend_next = ["dep:reqwest"]
backend_text = []
backend_user_agent = []
database = ["dep:sqlx", "dep:hmac-sha256"]
debian_build = ["desktop", "dep:rust-version-info-file"]
default = []
desktop = ["dioxus/desktop", "backend_homedir", "desktop_fix"]
desktop_fix = []
mobile = ["dioxus/mobile"]
server = ["dioxus/server", "database"]
web = ["dioxus/web"]
[lib]
name = "browserinfocm"
path = "src/lib.rs"
[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["web-programming"]
description = """
dioxus component that provides browser and hardware information
"""
edition = "2021"
keywords = ["webapp", "javascript", "desktop", "android"]
license = "MIT OR Apache-2.0"
name = "browserinfocm"
readme = "README.md"
repository = "https://github.com/aki-akaguma/broinfocm"
rust-version = "1.90.0"
version = "0.1.13"
[package.metadata.deb]
assets = [["target/release/browserinfocm_main", "usr/bin/browserinfocm_main", "755"], ["target/rust-version-info.txt", "usr/share/doc/browserinfocm_main/", "644"], ["README.md", "usr/share/doc/browserinfocm_main/", "644"]]
depends = "$auto"
extended-description = """
dioxus component that provides browser and hardware information
"""
features = ["debian_build"]
maintainer = "aki <aki.akaguma@hotmail.com>"
priority = "optional"
section = "AAA-webapp"
separate-debug-symbols = true
[package.metadata.patch]
crates = ["dioxus-fullstack"]
[target.'cfg(target_os = "android")'.dependencies.openssl]
features = ["vendored"]
version = "0.10"