# 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.71.1" name = "satrs" version = "0.2.1" authors = ["Robin Mueller "] description = "A framework to build software for remote systems" 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" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", "--generate-link-to-definition", ] [dependencies.bus] version = "2.2" optional = true [dependencies.cobs] version = "0.2.3" default-features = false [dependencies.crc] version = "3" [dependencies.crossbeam-channel] version = "0.5" optional = true default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.delegate] version = ">0.7, <=0.10" [dependencies.derive-new] version = "0.6" [dependencies.downcast-rs] version = "1.2" optional = true default-features = false [dependencies.dyn-clone] version = "1" optional = true [dependencies.hashbrown] version = "0.14" optional = true [dependencies.heapless] version = "0.7" optional = true [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ] optional = true [dependencies.num-traits] version = "0.2" default-features = false [dependencies.num_enum] version = ">0.5, <=0.7" default-features = false [dependencies.paste] version = "1" [dependencies.satrs-shared] version = ">=0.1.3, <0.2" [dependencies.serde] version = "1" optional = true default-features = false [dependencies.smallvec] version = "1" [dependencies.socket2] version = "0.5.4" features = ["all"] optional = true [dependencies.spacepackets] version = "0.11" default-features = false [dependencies.thiserror] version = "1" optional = true [dev-dependencies.once_cell] version = "1" [dev-dependencies.postcard] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.zerocopy] version = "0.7" [features] alloc = [ "serde/alloc", "spacepackets/alloc", "hashbrown", "dyn-clone", "downcast-rs", ] crossbeam = ["crossbeam-channel"] default = ["std"] defmt = [ "dep:defmt", "spacepackets/defmt", ] doc-images = [] heapless = ["dep:heapless"] serde = [ "dep:serde", "spacepackets/serde", "satrs-shared/serde", ] std = [ "downcast-rs/std", "alloc", "bus", "postcard/use-std", "crossbeam-channel/std", "serde/std", "spacepackets/std", "num_enum/std", "thiserror", "socket2", "mio", ] test_util = []