Skip to content

Commit

Permalink
Update feature definitions to current Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 15, 2024
1 parent 917a6f5 commit 830dd47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ serde_derive = { version = "1.0.210", optional = true }
rand = { version = "0.8.5", optional = true }

[features]
serde_support = ["serde", "serde_derive"]
regex_support = ["regex"]
serde = ["dep:serde", "dep:serde_derive"]
regex = ["dep:regex"]
rand = ["dep:rand"]

[dev-dependencies]
ron = "0.8.1"
Expand Down

0 comments on commit 830dd47

Please sign in to comment.