summaryrefslogtreecommitdiffstats
path: root/toolkit/components/bitsdownload/bits_client/bits/Cargo.toml
blob: 36b7b5ff897a19da9f115ec6ed649cefe9920e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "bits"
version = "0.2.0"
authors = ["Adam Gashlin <agashlin@mozilla.com>"]
license = "MIT/Apache-2.0"
publish = false

[features]
status_serde = ["serde", "serde_derive"]

[dependencies]
comedy = "0.2.0"
filetime_win = "0.2.0"
guid_win = "0.2.0"
serde = { version = "1.0.80", optional = true }
serde_derive = { version = "1.0.80", optional = true }

[dependencies.winapi]
version = "0.3.7"
features = ["basetsd",
            "bits",
            "bits2_5",
            "bitsmsg",
            "guiddef",
            "minwindef",
            "ntdef",
            "rpcndr",
            "unknwnbase",
            "winerror",
            "winnls",
            ]