# Utility library for Rust contract standards
This cargo provides a set of interfaces and implementations for Utility's contract standards:
- Upgradability
- Fungible Token (UIP-141). See [example usage](../examples/fungible-token)
## Changelog
### `2.0.1`
- Fixed FT macro compilation for Rust `1.78.0`