Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# 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_internal_macros"
version = "
0.
31.
0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a multi-language bindings generator for rust (interal macro crate)"
homepage = "
https://mozilla.github.io/uniffi-rs"
documentation = "
https://mozilla.github.io/uniffi-rs"
readme = "README.md"
keywords = [
"ffi",
"bindgen",
]
license = "MPL-
2.
0"
repository = "
https://github.com/mozilla/uniffi-rs"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[features]
default = []
nightly = []
[lib]
name = "uniffi_internal_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.anyhow]
version = "
1"
[dependencies.indexmap]
version = "
2.
2"
[dependencies.proc-macro2]
version = "
1.
0"
[dependencies.quote]
version = "
1.
0"
[dependencies.syn]
version = "
2.
0"
features = [
"full",
"visit-mut",
"extra-traits",
]