# 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 = "simple-vector2d" version = "0.1.4" authors = ["LFalch "] exclude = [".gitignore", "README.md", ".travis.yml", "appveyor.yml"] description = "Simple 2D vector implementation" homepage = "https://github.com/LFalch/simple-vector2d" documentation = "http://lfalch.github.io/simple-vector2d/simple-vector2d/" readme = "README.md" keywords = ["vectors"] license = "MIT" repository = "https://github.com/LFalch/simple-vector2d" [dependencies.num-traits] version = "0.1.35" [dependencies.rustc-serialize] version = "0.3" optional = true [dependencies.serde] version = ">=0.9.0, ~1" optional = true [dependencies.serde_derive] version = ">=0.9.0, ~1" optional = true [features] default = [] serde-serial = ["serde", "serde_derive"]