# 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] name = "fps_counter" version = "3.0.0" authors = [ "bvssvni ", "eddyb", ] description = "A Frames Per Second (FPS) counter" homepage = "https://github.com/pistondevelopers/fps_counter" readme = "README.md" keywords = [ "fps", "counter", "frames", "tick", "piston", ] license = "MIT" repository = "https://github.com/pistondevelopers/fps_counter.git" [lib] name = "fps_counter" path = "src/lib.rs" [dependencies.instant] version = "0.1.12" [features] stdweb = ["instant/stdweb"] wasm-bindgen = ["instant/wasm-bindgen"]