Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce library size by reducing dependency features (#16)
* Move tokio to dev dependencies It is only directly needed in the examples. Having tokio with features = [ "full" ] as a dependency means that applications can't select less features for their usage of tokio. * Enable only selecte features for axum This allows users of the library to disable-default features of axum
- Loading branch information