From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- third_party/rust/uniffi_macros/Cargo.toml | 69 +++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 third_party/rust/uniffi_macros/Cargo.toml (limited to 'third_party/rust/uniffi_macros/Cargo.toml') diff --git a/third_party/rust/uniffi_macros/Cargo.toml b/third_party/rust/uniffi_macros/Cargo.toml new file mode 100644 index 0000000000..dc5b9a9184 --- /dev/null +++ b/third_party/rust/uniffi_macros/Cargo.toml @@ -0,0 +1,69 @@ +# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO +# +# When uploading crates to the registry Cargo will automatically +# "normalize" Cargo.toml files for maximal compatibility +# with all versions of Cargo and also rewrite `path` dependencies +# to registry (e.g., crates.io) dependencies. +# +# If you are reading this file be aware that the original Cargo.toml +# will likely look very different (and much more reasonable). +# See Cargo.toml.orig for the original contents. + +[package] +edition = "2021" +name = "uniffi_macros" +version = "0.23.0" +authors = ["Firefox Sync Team "] +description = "a multi-language bindings generator for rust (convenience macros)" +homepage = "https://mozilla.github.io/uniffi-rs" +documentation = "https://mozilla.github.io/uniffi-rs" +keywords = [ + "ffi", + "bindgen", +] +license = "MPL-2.0" +repository = "https://github.com/mozilla/uniffi-rs" + +[lib] +proc-macro = true + +[dependencies.bincode] +version = "1.3" + +[dependencies.camino] +version = "1.0.8" + +[dependencies.fs-err] +version = "2.7.0" + +[dependencies.once_cell] +version = "1.10.0" + +[dependencies.proc-macro2] +version = "1.0" + +[dependencies.quote] +version = "1.0" + +[dependencies.serde] +version = "1.0.136" + +[dependencies.syn] +version = "1.0" +features = [ + "full", + "visit-mut", +] + +[dependencies.toml] +version = "0.5.9" + +[dependencies.uniffi_build] +version = "=0.23.0" + +[dependencies.uniffi_meta] +version = "=0.23.0" + +[features] +default = [] +nightly = [] -- cgit v1.2.3