# 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-system" version = "0.1.0" authors = ["Marshall Culpepper "] 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.log] version = "^0.4.0" [dependencies.log4rs] version = "0.8.3" [dependencies.log4rs-syslog] version = "3.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.4" [dev-dependencies.tempfile] version = "3"