# 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 = "2018" name = "rust-spice" version = "0.7.8" authors = ["Grégoire Henry "] description = "WOW! The complete NASA/NAIF Spice toolkit is actually usable on Rust." readme = "README.md" keywords = [ "space", "spice", "nasa", "naif", "kernels", ] categories = [ "algorithms", "api-bindings", "science", ] license = "Apache-2.0" repository = "https://github.com/GregoireHENRY/rust-spice" [lib] name = "spice" [dependencies.approx] version = "0.5" [dependencies.cspice-sys] version = "1" optional = true package = "cspice-sys" [dependencies.cspice-sys-no-clang] version = "<=0.0.1" optional = true package = "cspice-sys" [dependencies.itertools] version = "0.12" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.32" features = ["serde-serialize"] [dependencies.rust-spice-derive] version = "0.7" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.serial_test] version = "2.0" [dependencies.thiserror] version = "1.0" [features] default = ["dep:cspice-sys"] download = [ "dep:cspice-sys", "cspice-sys/downloadcspice", ] lock = [] noclang = ["dep:cspice-sys-no-clang"]