examples: replace structopt by clap
The structopt crate is in maintenance mode and uses an outdated (2.x) version of clap. Newer versions of clap have the functionality of structopt built in, and feature more updated dependencies, so we should use clap directly instead.
Fixes: #59 (closed)