- bumped nom and select dependencies
- added some docs
- no more errors when no target endpoint is found
- new enum variant
WebmentionAcceptance::NoTargetEndpoint
returned fromsend
- switched from
surf
toreqwest
- switched from
async_std
totokio
and tried to make it minimal - added success reporting in cli
- used
tokio_test
for testing
- default-features no longer include
cli
to help with library usage - Removed usage of default-features of surf, used hyper-client by default
- Added feature
hyper
, which enablessurf/hyper-client
.