summaryrefslogtreecommitdiffstats
path: root/third_party/rust/viaduct/Cargo.toml
blob: 838144960e274bbc2aedf514fa2447c9d2c780a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "viaduct"
version = "0.1.0"
authors = ["Thom Chiovoloni <tchiovoloni@mozilla.com>"]
edition = "2021"
license = "MPL-2.0"
exclude = ["/android", "/ios"]

[lib]
crate-type = ["lib"]

[dependencies]
url = "2.1" # mozilla-central can't yet take 2.2 (see bug 1734538)
log = "0.4"
serde = "1"
serde_json = "1"
once_cell = "1.5"
parking_lot = { version = ">=0.11,<=0.12" }
prost = "0.8"
prost-derive = "0.8"
ffi-support = "0.4"
thiserror = "1.0"