webbrowser 1.1.0

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

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

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

[[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"

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.url]
version = "2"
features = ["std"]
default-features = false

[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]
version = "1"
features = ["full"]

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

[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]
version = "0.3"
features = [
    "std",
    "NSDictionary",
    "NSString",
    "NSURL",
]
default-features = false

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

[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"