# 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 = "kubos-app" version = "0.1.0" authors = [ "Marshall Culpepper ", "Catherine Garabedian ", ] description = "KubOS: Linux-based OS and middleware for Satellites" documentation = "https://docs.kubos.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kubos/kubos" [dependencies.failure] version = "0.1.2" [dependencies.getopts] version = "0.2" [dependencies.kubos-system] version = "0.1" [dependencies.log] version = "^0.4.0" [dependencies.log4rs] version = "0.8" [dependencies.log4rs-syslog] version = "3.0" [dependencies.reqwest] version = "0.9.9" [dependencies.serde_json] version = "1.0" [dev-dependencies.juniper] version = "0.11" [dev-dependencies.tempfile] version = "3"