Skip to content

Commit

Permalink
馃摑 update features section in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Jun 2, 2024
1 parent 4cf241a commit 7fe3d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ see [Handlebars templating language](https://handlebarsjs.com/)
To not "import" useless dependencies, use crate's features:

```toml
default = ["string", "http_attohttpc", "json", "jsonnet", "regex"]
default = ["string", "http_attohttpc", "json", "jsonnet", "regex", "uuid"]
http_attohttpc = ["dep:attohttpc"]
http_reqwest = ["dep:reqwest"]
json = [
Expand All @@ -49,6 +49,7 @@ jsonnet = ["dep:jsonnet-rs"]
jsontype = ["dep:serde_json"]
regex = ["dep:regex"]
string = ["dep:cruet", "dep:enquote", "jsontype"]
uuid = ["dep:uuid"]
```

<!-- TOC depthFrom:2 -->
Expand Down

0 comments on commit 7fe3d3e

Please sign in to comment.