# 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 = "vectorial" version = "0.2.0" authors = ["Martin Mills "] description = "Vectors and related types" homepage = "https://github.com/daggerbot/vectorial" readme = "README.md" keywords = [ "math", "no-std", "vector", ] categories = [ "mathematics", "no-std", ] license = "MPL-2.0" repository = "https://github.com/daggerbot/vectorial" [dependencies.cgmath] version = "0.18.0" optional = true default-features = false [dependencies.ext-ops] version = "0.1.0" optional = true default-features = false [dependencies.num-complex] version = "0.4.3" optional = true default-features = false [dependencies.num-traits] version = "0.2.15" optional = true default-features = false [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true default-features = false [features] default = ["std"] std = []