Skip to content

Commit

Permalink
Only define Format variants for enabled formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 29, 2023
1 parent f1c17e9 commit 9eca44e
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 696 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ exclude = ["/.*"]

[dependencies]
anyhow = { version = "1.0.75", optional = true }
cfg-if = "1.0.0"
json5 = { version = "0.4.1", optional = true }
ron = { version = "0.8.1", optional = true }
serde = "1.0.190"
Expand All @@ -43,7 +42,6 @@ toml = ["dep:toml"]
yaml = ["dep:serde_yaml"]

[dev-dependencies]
assert_matches = "1.5.0"
indoc = "2.0.4"
pretty_assertions = "1.4.0"
rstest = { version = "0.18.2", default-features = false }
Expand Down
Loading

0 comments on commit 9eca44e

Please sign in to comment.