Skip to content

Commit

Permalink
Merge branch 'signing' of https://github.com/pv42/rust-mavlink into s…
Browse files Browse the repository at this point in the history
…igning
  • Loading branch information
pv42 committed Aug 22, 2024
2 parents 65a8443 + 767bc1f commit f425ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mavlink-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ embedded-io-async = { version = "0.6.1", optional = true }
serde = { version = "1.0.115", optional = true, features = ["derive"] }
serde_arrays = { version = "0.1.0", optional = true }
serial = { version = "0.4", optional = true }
sha2 = { version = "0.10", optional = true }
tokio = { version = "1.0", default-features = false, features = ["io-util"], optional = true }
sha2 = { version = "0.10", optional = true }

Expand All @@ -40,6 +41,7 @@ sha2 = { version = "0.10", optional = true }
"embedded" = ["dep:embedded-io", "dep:embedded-io-async"]
"embedded-hal-02" = ["dep:nb", "dep:embedded-hal-02"]
"serde" = ["dep:serde", "dep:serde_arrays"]
"signing" = ["dep:sha2"]
"tokio-1" = ["dep:tokio"]
"signing" = ["dep:sha2"]
default = ["std", "tcp", "udp", "direct-serial", "serde"]

0 comments on commit f425ab5

Please sign in to comment.