[package]
edition = "2024"
name = "mozrunner"
version = "0.15.5"
authors = ["Mozilla"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reliable Firefox process management."
readme = false
keywords = [
"firefox",
"mozilla",
"process-manager",
]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozrunner"
resolver = "2"
[lib]
name = "mozrunner"
path = "src/lib.rs"
[[bin]]
name = "firefox-default-path"
path = "src/bin/firefox-default-path.rs"
[[test]]
name = "test_default_path"
path = "tests/test_default_path.rs"
[dependencies.log]
version = "0.4"
[dependencies.mozprofile]
version = "0.9"
[dependencies.plist]
version = "1.7"
[dependencies.thiserror]
version = "1"
[target.'cfg(target_os = "macos")'.dependencies.dirs]
version = "4"
[target.'cfg(target_os = "windows")'.dependencies.winreg]
version = "0.10.1"