# 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] edition = "2018" name = "vector3d" version = "0.2.1" authors = ["David Roundy "] description = "A simple 3D vector type." license = "Apache-2.0/MIT" repository = "https://github.com/droundy/vector3d" [dependencies.auto-args] version = "0.2.4" optional = true [dependencies.clapme] version = "0.1.10" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [features] default = ["serde1"] serde1 = ["serde", "serde_derive"] strict = []