# 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 = "mask_system_lib" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "(bevy_mask_system)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 = "mask_system_lib" path = "src/lib.rs" [dependencies.typenum] version = "1.15"