base64-serde 0.5.1

Integration between rust-base64 and serde
Documentation
# 0.5.0

- Use `base64` 0.12.0
- Use `serde` (and related crates) 1.0.104 

# 0.4.0

- Use `base64` 0.11.0

# 0.3.1

- Bumped `base64` and `serde` versions

# 0.3.0

- Bumped the `base64` dependency version

# 0.2.0

- Add ability to make the generated type `pub`

# 0.1.1

- No functional changes, just better docs

# 0.1

- Initial release