# 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 = "adcs" version = "0.1.0" description = "The Attitude Determination and Control for the Balloon Borne Imaging Telescope know as GigaBIT" license = "MIT" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "./src/header.html"] [profile.dev] debug = 1 [dependencies.astro] version = "2" [dependencies.chrono] version = "0.4" [dependencies.csv] version = "1.1.6" [dependencies.env_logger] version = "0.8" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.nalgebra] version = "0.24.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0.78" [dependencies.statrs] version = "0.15.0"