1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 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. 7# 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. 11 12[package] 13edition = "2021" 14name = "uniffi_macros" 15version = "0.27.1" 16authors = ["Firefox Sync Team <[email protected]>"] 17description = "a multi-language bindings generator for rust (convenience macros)" 18homepage = "https://mozilla.github.io/uniffi-rs" 19documentation = "https://mozilla.github.io/uniffi-rs" 20readme = "README.md" 21keywords = [ 22 "ffi", 23 "bindgen", 24] 25license = "MPL-2.0" 26repository = "https://github.com/mozilla/uniffi-rs" 27 28[lib] 29proc-macro = true 30 31[dependencies.bincode] 32version = "1.3" 33 34[dependencies.camino] 35version = "1.0.8" 36 37[dependencies.fs-err] 38version = "2.7.0" 39 40[dependencies.once_cell] 41version = "1.10.0" 42 43[dependencies.proc-macro2] 44version = "1.0" 45 46[dependencies.quote] 47version = "1.0" 48 49[dependencies.serde] 50version = "1.0.136" 51features = ["derive"] 52 53[dependencies.syn] 54version = "2.0" 55features = [ 56 "full", 57 "visit-mut", 58] 59 60[dependencies.toml] 61version = "0.5.9" 62 63[dependencies.uniffi_build] 64version = "=0.27.1" 65optional = true 66 67[dependencies.uniffi_meta] 68version = "=0.27.1" 69 70[features] 71default = [] 72nightly = [] 73trybuild = ["dep:uniffi_build"] 74