# 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 = "piston-viewport" version = "1.0.2" authors = ["bvssvni "] description = "A library for storing viewport information" homepage = "https://github.com/PistonDevelopers/viewport" readme = "README.md" keywords = ["viewport", "piston"] license = "MIT" repository = "https://github.com/PistonDevelopers/viewport.git" [lib] name = "viewport" path = "src/lib.rs" [dependencies.piston-float] version = "1.0.0"