mozrunner 0.15.5

Reliable Firefox process management.
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 = "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"