# 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 = "spacerocks" version = "0.1.4" authors = ["Kevin Napier"] include = ["/src"] description = "Software for solar system calculations." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/kjnapier/spacerocks" [dependencies.chrono] version = "0.4.19" [dependencies.indicatif] version = "0.16.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.nalgebra] version = "0.32.2" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.0" [dependencies.rayon] version = "1.9" [dependencies.reqwest] version = "0.11.4" features = [ "json", "blocking", ] [dependencies.rust-spice] version = "0.7.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [target.x86_64-unknown-linux-gnu.dependencies.rust-spice] version = "0.7.4" features = ["noclang"] default-features = false