# 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 = "mina" version = "0.1.1" authors = ["focustense "] exclude = [ "/.cargo", "/.github", "/art", "/doc", "*.orig", ] description = "A simple, expressive, framework-independent animation library for Rust" documentation = "https://docs.rs/mina" readme = "README.md" keywords = [ "animation", "gui", "interface", "ui", ] categories = ["gui"] license = "MIT" repository = "https://github.com/focustense/mina" [dependencies.mina_core] version = "0.1.0" [dependencies.mina_macros] version = "0.1.0" [dev-dependencies.enum-map] version = "2.5.0" [dev-dependencies.nannou] version = "0.18.1"