# 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 = "bevy_simple_prefs_derive" version = "0.3.0" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macro for bevy_simple_prefs" homepage = "https://github.com/rparrett/bevy_simple_prefs" documentation = "https://docs.rs/bevy_simple_prefs" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/rparrett/bevy_simple_prefs" [lib] name = "bevy_simple_prefs_derive" path = "src/lib.rs" proc-macro = true [dependencies.bevy] version = "0.14" default-features = false [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [lints.clippy] type_complexity = "allow" [lints.rust] missing_docs = "warn"