# 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 = "satrs-shared" version = "0.2.1" authors = ["Robin Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Components shared by multiple sat-rs crates" homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" readme = "README.md" license = "Apache-2.0" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [lib] name = "satrs_shared" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.serde] version = "1" optional = true default-features = false [dependencies.spacepackets] version = ">0.9, <=0.13" default-features = false [features] defmt = [ "dep:defmt", "spacepackets/defmt", ] serde = [ "dep:serde", "spacepackets/serde", ]