Changelog:
- Add
enumflags2
dependency- Unfortunately, any flag enums with values like
All
orNone
have been removed
- Unfortunately, any flag enums with values like
- Allow deserializing strings to enums
- Accept
&str
in many more places - Update to API v2.16.0
- Add
rustls
feature to use that instead of the OS's implementation