# 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 = "saunter" version = "0.3.1" authors = ["Gavin Niederman "] description = "A library for tick based game engines" readme = "README.md" keywords = [ "engine", "game", "tick", ] license = "MIT" repository = "https://github.com/Gavin-Niederman/saunter" [dependencies.log] version = "0.4.17" [dependencies.saunter-derive] version = "0.1.0" optional = true [dependencies.spin_sleep] version = "1.1.1" [dev-dependencies.simplelog] version = "0.12.0" [dev-dependencies.winit] version = "0.29.4" [features] default = ["derive"] derive = ["dep:saunter-derive"]