Skip to content

Commit

Permalink
Merge branch 'master' into can-radio-gps
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger authored Nov 17, 2024
2 parents c1bf2c1 + 5b9b567 commit ef49f72
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "messages"
path = "src/lib.rs"

[dependencies]
derive_more = "0.99.17"
serde = {version = "1.0.150", default-features = false, features = ["derive"]}
Expand All @@ -21,7 +17,6 @@ mavlink = { git = "https://github.com/uorocketry/rust-mavlink.git", features = [
bitflags = { version = "2.3.1", features = ["serde"] }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
proptest-arbitrary-interop = { version = "0.1.0", optional = true }
messages-proc-macros-lib = { path = "messages-proc-macros-lib" }
chrono = { git = "https://github.com/uorocketry/chrono", features = ["serde", "arbitrary"], default-features = false}
ublox = { git = "https://github.com/uorocketry/ublox", features = ["serde"], default-features = false }
Expand All @@ -30,8 +25,7 @@ ublox = { git = "https://github.com/uorocketry/ublox", features = ["serde"], def
proptest = "1.2.0"
proptest-derive = "0.3.0"
postcard = { version = "1.0.4", features = ["alloc"] }
proptest-arbitrary-interop = "0.1.0"

[features]
default = ["mavlink/embedded-hal-02", "mavlink/uorocketry"]
std = ["chrono/std", "mavlink/std", "mavlink/tcp", "mavlink/udp", "mavlink/direct-serial", "mavlink/serde", "dep:proptest-arbitrary-interop", "dep:proptest", "dep:proptest-derive"]
std = ["chrono/std", "mavlink/std", "mavlink/tcp", "mavlink/udp", "mavlink/direct-serial", "mavlink/serde", "dep:proptest", "dep:proptest-derive"]

0 comments on commit ef49f72

Please sign in to comment.