Skip to content

Commit

Permalink
use more readable single-line syntax in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Oct 20, 2023
1 parent 24bfda5 commit b7a65ef
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,13 @@ atomic-polyfill = { version = "1.0.1", optional = true }

[dependencies]
hash32 = "0.3.0"
serde = { version = "1", optional = true, default-features = false }
stable_deref_trait = { version = "1", default-features = false }
ufmt-write = { version = "0.1", optional = true }
defmt = { version = ">=0.2.0,<0.4", optional = true }

[dependencies.serde]
version = "1"
optional = true
default-features = false

[dependencies.stable_deref_trait]
version = "1"
default-features = false

[dependencies.ufmt-write]
version = "0.1"
optional = true

[dev-dependencies.ufmt]
version = "0.1"

[dependencies.defmt]
version = ">=0.2.0,<0.4"
optional = true
[dev-dependencies]
ufmt = { version = "0.1" }

[package.metadata.docs.rs]
all-features = true

0 comments on commit b7a65ef

Please sign in to comment.