[package]
edition = "2024"
rust-version = "1.85"
name = "edge-locations"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Locate Microsoft Edge executables across desktop platforms."
homepage = "https://github.com/shirshak55/browser-locations"
readme = "README.md"
keywords = [
"browser",
"chrome",
"firefox",
"executable",
"path",
]
categories = [
"os",
"development-tools",
]
license = "MIT"
repository = "https://github.com/shirshak55/browser-locations"
resolver = "2"
[lib]
name = "edge_locations"
path = "src/lib.rs"
[[test]]
name = "any_latest"
path = "tests/any_latest.rs"
[[test]]
name = "any_stable"
path = "tests/any_stable.rs"
[[test]]
name = "channel_getters"
path = "tests/channel_getters.rs"
[dependencies.browser-locations-core]
version = "1.0.1"
[lints.clippy.all]
level = "deny"
priority = 1
[lints.clippy.needless_collect]
level = "warn"
priority = 2
[lints.clippy.redundant_clone]
level = "deny"
priority = 2
[lints.rust]
missing_docs = "deny"
unused_qualifications = "warn"
[lints.rust.future_incompatible]
level = "warn"
priority = -1
[lints.rust.rust_2018_idioms]
level = "deny"
priority = 1
[lints.rustdoc]
bare_urls = "warn"
broken_intra_doc_links = "deny"