[package]
edition = "2024"
name = "ua"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform User-Agent generator with best-effort installed browser detection (Chrome/Edge/Firefox/Brave/Opera/Chromium; Safari best-effort)."
homepage = "https://github.com/efexos/ua"
documentation = "https://docs.rs/ua"
readme = "README.md"
keywords = [
"user-agent",
"ua",
"browser",
"http",
"fingerprinting",
]
categories = [
"web-programming::http-client",
"parsing",
"os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/efexos/ua"
[lib]
name = "ua"
path = "source/lib.rs"
[dependencies.thiserror]
version = "2.0.18"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug",
"Win32_Storage_FileSystem",
]