# DIP721-rs
[![license-mit](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/license/mit/)
[![build-test](https://github.com/veeso/dip721-rs/actions/workflows/build-test.yml/badge.svg)](https://github.com/veeso/dip721-rs/actions/workflows/build-test.yml)
[![downloads](https://img.shields.io/crates/d/dip721-rs.svg)](https://crates.io/crates/dip721-rs)
[![latest version](https://img.shields.io/crates/v/dip721-rs.svg)](https://crates.io/crates/dip721-rs)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
---
- [DIP721-rs](#dip721-rs)
- [About dip721-rs](#about-dip721-rs)
- [Features](#features)
- [Changelog](#changelog)
- [License](#license)
---
## About dip721-rs
DIP721-rs is a rust library implementing the DIP721 NFT standard types for Internet Computer
## Features
- `ic-stable-structures` (**default**): enables `Storable` for DIP721 types
---
## Changelog
View dip721-rs's changelog [HERE](CHANGELOG.md)
---
## License
dip721-rs is licensed under the MIT license.
You can read the entire license [HERE](LICENSE)