# 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 = "gravitron_macro_utils" version = "0.1.1" build = false exclude = ["CHANGELOG.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "Gravitron's Macro Utils" readme = "README.md" keywords = [ "game", "gravitron", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Profiidev/gravitron" [lib] name = "gravitron_macro_utils" path = "src/lib.rs" [dependencies.syn] version = "2.0.85" [dependencies.toml_edit] version = "0.22.22" features = ["parse"] default-features = false