# 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" rust-version = "1.61" name = "satrs-mib" version = "0.1.2" authors = ["Robin Mueller "] description = """ Helper crate of the sat-rs framework to build a mission information base (MIB) from the On-Board Software (OBSW) code directly.""" homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" readme = "README.md" keywords = [ "no-std", "space", "aerospace", ] categories = [ "aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded", ] license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" [dependencies.csv] version = "1" optional = true [dependencies.satrs-mib-codegen] version = "0.1.2" [dependencies.satrs-shared] version = ">=0.1.3, <0.2" features = ["serde"] [dependencies.serde] version = "1" default-features = false [dependencies.serde-hex] version = "0.1.0" [features] default = ["std"] std = [ "csv", "serde/std", ]