# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "game_time" version = "0.2.0" authors = ["Tyler Reisinger "] description = "A library for handling time in games.\n\nGame_time provides methods to track frame time in games. It allows\ndecoupling game time from wall time as well as tracking and setting frame rate.\n" readme = "README.md" keywords = ["game", "engine", "time", "fps", "simulation"] categories = ["date-and-time", "game-engines"] license = "MIT" repository = "https://github.com/tylerreisinger/rust-game-time.git" [lib] name = "game_time" path = "src/lib.rs" [dependencies.chrono] version = "0.4.0" [dependencies.time] version = "0.1.37" [dependencies.float_duration] version = "0.3.3" [dev-dependencies.approx] version = "0.1.1" [badges.travis-ci] repository = "tylerreisinger/rust-game-time"