summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/rust/mozversion/Cargo.toml
blob: fa6e85ef119cf9e4bd559bb3b5cd3cf9e6b78e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
edition = "2018"
name = "mozversion"
version = "0.5.1"
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"