# 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 = "twirs" version = "1.0.0" authors = ["Christopher Hecker"] description = "Rust port of the Python astrometric plate solving package twirl" readme = "README.md" keywords = ["astrometry"] categories = ["science"] license = "MIT" repository = "https://github.com/ChHecker/twirs" [[bench]] name = "benchmark" harness = false [dependencies.itertools] version = "0.12.0" [dependencies.kiddo] version = "2.1.1" [dependencies.log] version = "0.4.20" [dependencies.nalgebra] version = "0.32.3" [dependencies.ndarray] version = "0.15.6" [dependencies.num-traits] version = "0.2.17" [dependencies.rayon] version = "1.7.0" optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ndarray] version = "0.15.6" features = [ "approx-0_5", "rayon", ] [dev-dependencies.ndarray-rand] version = "0.14.0" [dev-dependencies.numpy] version = "0.19.0" features = ["nalgebra"] [dev-dependencies.pyo3] version = "0.19.2" features = ["auto-initialize"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.simplelog] version = "0.12.1" [features] default = ["parallel"] parallel = [ "rayon", "ndarray/rayon", ]