# 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_mask_system" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for system architecture that utilizes functional programming principles to organize code. It primarily uses mask-based generics to structure systems." homepage = "https://your_homepage.com" readme = "README.md" keywords = [ "fp", "generics", "masking", "bevy", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/unco999/bevy_mask_system" [lib] name = "bevy_mask_system" path = "src/lib.rs" proc-macro = true [dependencies.mask_system_lib] version = "0.1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["derive"] [dependencies.typenum] version = "1.15"