# 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.81.0" name = "dimas-macros" version = "0.4.1" authors = ["stepkun "] build = false exclude = ["tests/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "proc-macros for dimas" homepage = "https://dimas-fw.github.io/" documentation = "https://docs.rs/dimas-macros/latest/dimas-macros/" readme = "README.md" keywords = [ "automation", "mas", "robots", "robotics", ] categories = [ "development-tools", "network-programming", "science::robotics", "simulation", ] license-file = "LICENSE" repository = "https://github.com/dimas-fw/dimas/" [lib] name = "dimas_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1" features = ["nightly"] [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.79" features = ["full"] [dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"] [lints.clippy] enum_glob_use = "deny" unwrap_used = "deny" [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "forbid" [lints.rustdoc] private_intra_doc_links = "allow"