Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / third_party / rust / interrupt-support / Cargo.toml
blob773182f39c719f209cace95aa891f0163eeb0b92
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2021"
14 name = "interrupt-support"
15 version = "0.1.0"
16 authors = ["application-services@mozilla.com"]
17 readme = "README.md"
18 license = "MPL-2.0"
20 [dependencies]
21 lazy_static = "1.4"
22 parking_lot = ">=0.11,<=0.12"
24 [dependencies.rusqlite]
25 version = "0.29.0"
26 features = [
27     "functions",
28     "limits",
29     "bundled",
30     "unlock_notify",