Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crash...
[gecko.git] / third_party / rust / uniffi_bindgen / Cargo.toml
blob9469a9cf25e05e0a80d8066004f25a883fca5be9
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_bindgen"
15 version = "0.25.3"
16 authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
17 description = "a multi-language bindings generator for rust (codegen and cli tooling)"
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 [dependencies.anyhow]
28 version = "1"
30 [dependencies.askama]
31 version = "0.12"
32 features = ["config"]
33 default-features = false
35 [dependencies.camino]
36 version = "1.0.8"
38 [dependencies.cargo_metadata]
39 version = "0.15"
41 [dependencies.clap]
42 version = "4"
43 features = [
44     "std",
45     "derive",
47 optional = true
48 default-features = false
50 [dependencies.fs-err]
51 version = "2.7.0"
53 [dependencies.glob]
54 version = "0.3"
56 [dependencies.goblin]
57 version = "0.6"
59 [dependencies.heck]
60 version = "0.4"
62 [dependencies.once_cell]
63 version = "1.12"
65 [dependencies.paste]
66 version = "1.0"
68 [dependencies.serde]
69 version = "1"
71 [dependencies.toml]
72 version = "0.5"
74 [dependencies.uniffi_meta]
75 version = "=0.25.3"
77 [dependencies.uniffi_testing]
78 version = "=0.25.3"
80 [dependencies.uniffi_udl]
81 version = "=0.25.3"