browser-paths 1.1.1

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"
rust-version = "1.85.0"
name = "browser-paths"
version = "1.1.1"
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 = [
    "browser",
    "path",
    "chrome",
    "edge",
]
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"

[dependencies.urlogger]
version = "1.1.1"

[dependencies.which]
version = "8.0.0"