no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / cubeb / Cargo.lock
blob726259fde983a8dab4eba47ca50325492ad58181
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "bitflags"
7 version = "1.3.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
11 [[package]]
12 name = "cc"
13 version = "1.0.79"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
17 [[package]]
18 name = "cmake"
19 version = "0.1.50"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
22 dependencies = [
23  "cc",
26 [[package]]
27 name = "cubeb"
28 version = "0.12.0"
29 dependencies = [
30  "cubeb-core",
33 [[package]]
34 name = "cubeb-core"
35 version = "0.12.0"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "2380c03a7df0ea3744f6a210d6340f423935e53cbf2fd68ada84b5e808e46ac7"
38 dependencies = [
39  "bitflags",
40  "cubeb-sys",
43 [[package]]
44 name = "cubeb-sys"
45 version = "0.12.0"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "3c20c457d7b34dad6e0c1a9c759c96b4420b9e9917a572998b81835799a07e1d"
48 dependencies = [
49  "cmake",
50  "pkg-config",
53 [[package]]
54 name = "pkg-config"
55 version = "0.3.27"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"