README and crate-level docs have been modified to refer to the new 0.4.0 version.
derive_builder dependency was updated, and base64 dependency was removed (the place where a base64-encoded string has been used was replaced with a hexadecimal-encoded string).
One new clippy warning has been addressed (comparison of references replaced with direct comparison).
After this PR is merged, version 0.4.0 will be released.
derive_builder
dependency was updated, andbase64
dependency was removed (the place where a base64-encoded string has been used was replaced with a hexadecimal-encoded string).After this PR is merged, version 0.4.0 will be released.