# 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" rust-version = "1.76" name = "perplex_num" version = "0.1.0" authors = ["Tom Krüger"] description = "Perplex (hyperbolic or split-complex) numbers based on num-traits" homepage = "https://github.com/tomtuamnuq/perplex_num" documentation = "https://docs.rs/perplex_num" readme = "README.md" keywords = [ "perplex-numbers", "hyperbolic-geometry", "algebra", "split-complex", "minkowski", ] categories = [ "algorithms", "science::mathematics", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomtuamnuq/perplex_num" [[bench]] name = "multiplication" harness = false [dependencies.approx] version = "0.5.1" [dependencies.nalgebra] version = "0.32.4" optional = true [dependencies.num-traits] version = "0.2.18" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.plotters] version = "0.3.5" [features] default = ["matrix"] matrix = ["dep:nalgebra"]