# 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 = "dexterous_developer_macros" version = "0.2.0" authors = ["Lee-Orr"] exclude = [ "assets/**/*", "tools/**/*", ".github/**/*", ] description = "A modular hot reload system for rust" homepage = "https://lee-orr.github.io/dexterous_developer/" documentation = "https://lee-orr.github.io/dexterous_developer/" readme = "README.md" keywords = ["bevy"] categories = [ "game-development", "hot-reload", "ui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lee-orr/dexterous_developer" [lib] proc-macro = true [dependencies.libloading] version = "0.8" [dependencies.proc-macro-crate] version = "3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "derive", "full", ] [features] hot_internal = []