# 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 = "piston3d-cam" version = "0.7.0" authors = [ "bvssvni ", "eddyb", ] description = "A library for 3D camera and navigation" homepage = "https://github.com/pistondevelopers/cam" readme = "README.md" keywords = [ "cam", "3d", "perspective", "first-person", "piston", ] license = "MIT" repository = "https://github.com/pistondevelopers/cam.git" [lib] name = "cam" path = "src/lib.rs" [dependencies.quaternion] version = "1.0.0" [dependencies.vecmath] version = "1.0.0"