flutter_rust_bridge_macros 2.12.0

Supporting procedural macros for flutter_rust_bridge
Documentation
# 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 = "flutter_rust_bridge_macros"
version = "2.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Supporting procedural macros for flutter_rust_bridge"
readme = "README.md"
keywords = [
    "flutter",
    "dart",
    "ffi",
    "code-generation",
    "bindings",
]
categories = ["development-tools::ffi"]
license = "MIT"
repository = "https://github.com/fzyzcjy/flutter_rust_bridge"

[lib]
name = "flutter_rust_bridge_macros"
path = "src/lib.rs"
proc-macro = true

[dependencies.hex]
version = "0.4.3"

[dependencies.md-5]
version = "0.10.6"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.26"
features = [
    "full",
    "extra-traits",
]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(frb_expand)"]