this is better
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-09-18 16:18:14 +02:00
parent 86ec0f50b8
commit d0e6ccdaa3
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -90,23 +90,23 @@ version = "1"
[features] [features]
default = ["std"] default = ["std"]
std = [ std = [
"downcast-rs/std", "downcast-rs/std",
"alloc", "alloc",
"bus", "bus",
"postcard/use-std", "postcard/use-std",
"crossbeam-channel/std", "crossbeam-channel/std",
"serde/std", "serde/std",
"spacepackets/std", "spacepackets/std",
"num_enum/std", "num_enum/std",
"thiserror", "thiserror",
"socket2" "socket2"
] ]
alloc = [ alloc = [
"serde/alloc", "serde/alloc",
"spacepackets/alloc", "spacepackets/alloc",
"hashbrown", "hashbrown",
"dyn-clone", "dyn-clone",
"downcast-rs" "downcast-rs"
] ]
serde = ["dep:serde", "spacepackets/serde"] serde = ["dep:serde", "spacepackets/serde"]
crossbeam = ["crossbeam-channel"] crossbeam = ["crossbeam-channel"]