# 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 = "mavdac" version = "0.1.1" description = "MAVIS Differential Astrometric Calibrator" readme = "README.md" license = "MIT" repository = "https://github.com/jcranney/mavdac" [lib] name = "mavdac" crate-type = [ "cdylib", "rlib", ] [dependencies.clap] version = "4.5.18" [dependencies.fitrs] version = "0.5.0" [dependencies.glob] version = "0.3.1" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-inverse] version = "0.1.9" [dependencies.pyo3] version = "0.22.0" [dependencies.rayon] version = "1.10.0" [dependencies.rustfft] version = "6.2.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34"