# 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 = "pyref-core" version = "0.3.25" authors = ["Harlan Heilman Harlan.Heilman@wsu.edu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core of the pyref project" documentation = "https://docs.rs/pyref-core/latest/pyref_core/" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/WSU-Carbon-Lab/pyref-ccd" [lib] name = "pyref_core" path = "src/lib.rs" [dependencies.astrors-fork] version = "0.1.10" [dependencies.ndarray] version = "0.15.6" [dependencies.numpy] version = "0.22.0" [dependencies.physical_constants] version = "0.5.0" [dependencies.polars] version = "0.43.1" features = [ "fmt", "dtype-u16", "lazy", "dtype-struct", ] [dependencies.rayon] version = "1.10.0"