Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / uniffi_macros / Cargo.toml
blob9d3908ae8dadfd0c233810a8379a5a7fffd69283
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 = "uniffi_macros"
15 version = "0.25.3"
16 authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
17 description = "a multi-language bindings generator for rust (convenience macros)"
18 homepage = "https://mozilla.github.io/uniffi-rs"
19 documentation = "https://mozilla.github.io/uniffi-rs"
20 keywords = [
21     "ffi",
22     "bindgen",
24 license = "MPL-2.0"
25 repository = "https://github.com/mozilla/uniffi-rs"
27 [lib]
28 proc-macro = true
30 [dependencies.bincode]
31 version = "1.3"
33 [dependencies.camino]
34 version = "1.0.8"
36 [dependencies.fs-err]
37 version = "2.7.0"
39 [dependencies.once_cell]
40 version = "1.10.0"
42 [dependencies.proc-macro2]
43 version = "1.0"
45 [dependencies.quote]
46 version = "1.0"
48 [dependencies.serde]
49 version = "1.0.136"
51 [dependencies.syn]
52 version = "2.0"
53 features = [
54     "full",
55     "visit-mut",
58 [dependencies.toml]
59 version = "0.5.9"
61 [dependencies.uniffi_build]
62 version = "=0.25.3"
64 [dependencies.uniffi_meta]
65 version = "=0.25.3"
67 [features]
68 default = []
69 nightly = []