# async-graphql-extras
Extras for `async-graphql` that are maintained separately from the core library.
## Features
This crate offers the following optional features:
| **`opentelemetry`** | Enable the OpenTelemetry extension for distributed tracing and metrics support. |
| **`email-address`** | Enable the `EmailAddress` scalar wrapper |
## Documentation
- [API Documentation](https://docs.rs/async-graphql-extras)
- [Main async-graphql Documentation](https://async-graphql.github.io/async-graphql/en/index.html)
## License
Licensed under either of
- Apache License, Version 2.0,
([LICENSE-APACHE](../LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](../LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
at your option.