# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "lather" version = "0.0.0" authors = ["Benjamin Kimock "] description = "A Rust crate and Python extension for modeling starspot effects on radial velocity and photometric observations, inspired by complaints about the SOAP project of similar goals." documentation = "https://docs.rs/lather/" keywords = ["astronomy"] categories = ["science", "simulation"] license = "MIT/Apache-2.0" repository = "https://github.com/saethlin/rust-lather" [profile.release] lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.numpy] version = "0.2.1" [dependencies.rustfft] version = "2.0.0" [dependencies.GSL] version = "0.4.31" [dependencies.rust-ini] version = "0.10.0" [dependencies.bencher] version = "0.1.4" [dependencies.ndarray] version = "0.9.1" [dependencies.num-complex] version = "0.1.40" [dependencies.gnuplot] version = "0.0.22" [dependencies.quadrature] version = "0.1.2" [dependencies.cpython] version = "0.1.0" features = ["extension-module"] [dependencies.rand] version = "0.3.16" [dependencies.rayon] version = "0.8.2" [dependencies.rulinalg] version = "0.4.2" [dependencies.png] version = "0.9.0" [dependencies.itertools] version = "0.6.1"