browser-paths 1.0.3

Get the path of the browser, support Chrome and Edge.
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 = "browser-paths"
version = "1.0.3"
authors = ["YONGQI <betterhyq@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get the path of the browser, support Chrome and Edge."
homepage = "https://github.com/un-rust/browser-paths"
documentation = "https://docs.rs/browser-paths"
readme = "README.md"
keywords = []
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/un-rust/browser-paths"

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

[[bin]]
name = "browser-paths"
path = "src/main.rs"

[[example]]
name = "get_browser_path"
path = "examples/get_browser_path.rs"

[dependencies.urlogger]
version = "1.0.0"

[dependencies.which]
version = "8.0.0"