summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/rust/mozversion/Cargo.toml
blob: 192185d1630b1bedec14cc050f79da70d80984b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
edition = "2021"
name = "mozversion"
version = "0.5.2"
authors = ["Mozilla"]
description = "Utility for accessing Firefox version metadata"
keywords = [
    "firefox",
    "mozilla",
]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozversion"

[dependencies]
regex = { version = "1", default-features = false, features = ["perf", "std"] }
rust-ini = "0.10"
semver = "1.0"
thiserror = "1"