# 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" rust-version = "1.76" name = "matrix-sdk-ffi-macros" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper macros to write FFI bindings" homepage = "https://github.com/matrix-org/matrix-rust-sdk" readme = "README.md" keywords = [ "matrix", "chat", "messaging", "ruma", ] license = "Apache-2.0" repository = "https://github.com/matrix-org/matrix-rust-sdk" [lib] name = "matrix_sdk_ffi_macros" path = "src/lib.rs" test = false doctest = false proc-macro = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.18" [dependencies.syn] version = "2.0.43" features = [ "full", "extra-traits", ] [lints.clippy] assigning_clones = "allow" box_default = "allow" cloned_instead_of_copied = "warn" dbg_macro = "warn" inefficient_to_string = "warn" macro_use_imports = "warn" mut_mut = "warn" needless_borrow = "warn" nonstandard_macro_braces = "warn" redundant_clone = "warn" str_to_string = "warn" todo = "warn" unused_async = "warn" [lints.rust] rust_2018_idioms = "warn" semicolon_in_expressions_from_macros = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_qualifications = "warn" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]