webbrowser 1.0.4

Open URLs in web browsers available on a platform
Documentation
[dependencies.log]
version = "0.4"

[dependencies.url]
version = "2"

[dev-dependencies.actix-files]
version = "0.6"

[dev-dependencies.actix-web]
version = "4"

[dev-dependencies.crossbeam-channel]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serial_test]
version = "0.10"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.urlencoding]
version = "2.1"

[features]
disable-wsl = []
hardened = []
wasm-console = ["web-sys/console"]

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

[package]
authors = ["Amod Malviya @amodm"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Open URLs in web browsers available on a platform"
documentation = "https://docs.rs/webbrowser"
edition = "2021"
homepage = "https://github.com/amodm/webbrowser-rs"
keywords = ["webbrowser", "browser"]
license = "MIT OR Apache-2.0"
name = "webbrowser"
readme = "README.md"
repository = "https://github.com/amodm/webbrowser-rs"
rust-version = "1.60"
version = "1.0.4"

[target.'cfg(any(target_os = "aix", target_os = "linux", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd", target_os = "haiku", target_os = "illumos", target_os = "solaris"))'.dependencies.home]
version = "0.5"

[target.'cfg(any(target_os = "ios", target_os = "tvos", target_os = "visionos"))'.dependencies.objc2]
version = "0.6"

[target.'cfg(any(target_os = "ios", target_os = "tvos", target_os = "visionos"))'.dependencies.objc2-foundation]
default-features = false
features = ["std", "NSDictionary", "NSString", "NSURL"]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window"]
version = "0.3"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"

[target.'cfg(target_os = "android")'.dependencies.ndk-context]
version = "0.1"

[target.'cfg(target_os = "android")'.dev-dependencies.ndk-glue]
version = ">= 0.3, <= 0.7"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "test_android"
path = "tests/test_android.rs"

[[test]]
name = "test_ios"
path = "tests/test_ios.rs"

[[test]]
name = "test_macos"
path = "tests/test_macos.rs"

[[test]]
name = "test_unix"
path = "tests/test_unix.rs"

[[test]]
name = "test_wasm"
path = "tests/test_wasm.rs"

[[test]]
name = "test_windows"
path = "tests/test_windows.rs"