# 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] edition = "2021" name = "perpendicular" version = "0.1.9" authors = ["jonay2000 "] description = "Perpendicular is a simple general purpose n-dimensional vector library." homepage = "https://github.com/jonay2000/perpendicular" documentation = "https://docs.rs/perpendicular" keywords = ["vector", "physics", "simulation"] categories = ["data-structures", "no-std", "rendering", "game-development", "simulation"] license = "Apache-2.0" repository = "https://github.com/jonay2000/perpendicular" resolver = "2" [dependencies.array-init] version = "2.0.0" [dependencies.concat-idents] version = "1.1.2" [dependencies.num] version = "0.4.0" [dependencies.serde] version = "1.0.126" features = ["derive"] optional = true [features] alloc = [] default = ["alloc"] serialize = ["serde"]