# 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 = "flecs_ecs_derive" version = "0.1.0" description = "A procedural macro crate for the Flecs ECS library." license = "MIT" repository = "https://github.com/Indra-db/flecs_ecs_rs" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "-Zunstable-options", "--generate-link-to-definition", ] [lib] name = "flecs_ecs_derive" proc-macro = true [dependencies.proc-macro2] version = "1.0.67" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.33" [lints.clippy] doc_markdown = "warn" float_cmp = "warn" float_cmp_const = "warn" print_stderr = "warn" print_stdout = "warn" semicolon_if_nothing_returned = "warn" [lints.rust] unused_lifetimes = "warn"