# 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 = "cspice" version = "0.1.0" authors = [ "Jacob Halsey ", "Contributors", ] description = "Safe wrapper around the NAIF CSPICE toolkit" homepage = "https://github.com/jacob-pro/cspice-rs/tree/master/cspice" readme = "README.md" license = "LGPL-3.0" repository = "https://github.com/jacob-pro/cspice-rs" resolver = "1" [dependencies.chrono] version = "0.4.19" optional = true [dependencies.cspice-sys] version = "1.0.4" [dependencies.derive_more] version = "0.99.17" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_plain] version = "1.0.0" [dependencies.thiserror] version = "1.0.31"