# 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 = "astro_nalgebra" version = "0.1.1" authors = ["Benjamin Cates "] description = "Implementation of astro-float for nalgebra" readme = "README.md" keywords = [ "bigfloat", "nalgebra", "arbitrary-precision", "numeric", "float", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/benjamin-cates/astro_nalgebra" [dependencies.approx] version = "^0.5" [dependencies.astro-float] version = "0.9.1" default-features = false [dependencies.nalgebra] version = "0.32.3" [dependencies.num-traits] version = "^0.2" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.simba] version = "^0.8" [dev-dependencies.rand] version = "0.8.5" [features] default = [ "std", "random", "serde", ] random = ["astro-float/random"] serde = [ "dep:serde", "astro-float/serde", ] std = ["astro-float/std"]