# 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 = "anise" version = "0.5.0" authors = ["Christopher Rabotin "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Core of the ANISE library" homepage = "https://nyxspace.com/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/nyx-space/anise" [package.metadata.docs.rs] all-features = true rustdoc-ars = [ "--cfg", "docrs", "--generate-link-to-definition", ] [lib] name = "anise" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[test]] name = "naif" path = "tests/naif.rs" [[bench]] name = "crit_bpc_rotation" path = "benches/crit_bpc_rotation.rs" harness = false [[bench]] name = "crit_jpl_ephemerides" path = "benches/crit_jpl_ephemerides.rs" harness = false [[bench]] name = "crit_planetary_data" path = "benches/crit_planetary_data.rs" harness = false [[bench]] name = "crit_spacecraft_ephemeris" path = "benches/crit_spacecraft_ephemeris.rs" harness = false [[bench]] name = "iai_jpl_ephemerides" path = "benches/iai_jpl_ephemerides.rs" harness = false [[bench]] name = "iai_spacecraft_ephemeris" path = "benches/iai_spacecraft_ephemeris.rs" [dependencies.approx] version = "0.5.1" [dependencies.bytes] version = "1.6.0" [dependencies.const_format] version = "0.2" [dependencies.crc32fast] version = "1.4.2" [dependencies.der] version = "0.7.8" features = [ "derive", "alloc", "real", ] [dependencies.heapless] version = "0.8.0" [dependencies.hifitime] version = "4.0.0" [dependencies.lexical-core] version = "1.0.1" [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9.4" [dependencies.nalgebra] version = "0.33" features = ["serde-serialize"] default-features = true [dependencies.platform-dirs] version = "0.3.0" optional = true [dependencies.pretty_env_logger] version = "0.5" [dependencies.pyo3] version = "0.22" features = ["multiple-pymethods"] optional = true [dependencies.pyo3-log] version = "0.11" optional = true [dependencies.regex] version = "1.10.5" optional = true [dependencies.reqwest] version = "0.12.0" features = ["blocking"] optional = true [dependencies.rstest] version = "0.23.0" [dependencies.rust-embed] version = "8.4.0" features = [ "interpolate-folder-path", "include-exclude", ] optional = true [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_dhall] version = "0.12" optional = true [dependencies.snafu] version = "0.8.0" features = ["backtrace"] [dependencies.tabled] version = "=0.16" [dependencies.url] version = "2.5.0" optional = true [dependencies.zerocopy] version = "0.8.0" features = ["derive"] [dev-dependencies.arrow] version = "53.0.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.iai] version = "0.1" [dev-dependencies.parquet] version = "53.0.0" [dev-dependencies.polars] version = "0.43.1" features = [ "lazy", "parquet", ] [dev-dependencies.rayon] version = "1.7" [dev-dependencies.rust-spice] version = "0.7.6" [dev-dependencies.serde_yaml] version = "0.9.30" [build-dependencies.reqwest] version = "0.12" features = ["blocking"] optional = true [features] default = ["metaload"] embed_ephem = [ "rust-embed", "reqwest/blocking", ] metaload = [ "url", "reqwest/blocking", "platform-dirs", "regex", "serde_dhall", ] python = [ "pyo3", "pyo3-log", ] spkezr_validation = []