summaryrefslogtreecommitdiffstats
path: root/third_party/rust/nss/Cargo.toml
blob: 0f779232b6a76dd71e37e958f77f3cadf5b1e531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "nss"
version = "0.1.0"
authors = ["application-services@mozilla.com"]
edition = "2018"
license = "MPL-2.0"

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

[dependencies]
base64 = "0.12"
thiserror = "1.0"
error-support = { path = "../../error" }
nss_sys = { path = "nss_sys" }
serde = "1"
serde_derive = "1"

[features]
default = []
gecko = ["nss_sys/gecko"]