# 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 = "oxygengine-ignite-derive" version = "0.30.0" authors = ["Patryk 'PsichiX' Budzynski "] description = "Ignite derive module for Oxygengine" homepage = "https://github.com/PsichiX/oxygengine" documentation = "https://docs.rs/oxygengine-ignite-derive" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PsichiX/oxygengine" [lib] proc-macro = true [dependencies.bincode] version = "1" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.oxygengine-ignite-types] version = "0.30" [dependencies.quote] version = "1.0" [dependencies.ron] version = "0.8" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.syn] version = "1.0" features = ["extra-traits"] [features] default = ["target-yaml"] full = [ "target-yaml", "target-json", "target-ron", "target-binary", ] pretty = [] target-binary = ["bincode"] target-json = ["serde_json"] target-ron = ["ron"] target-yaml = ["serde_yaml"]