Documentation
Add this to your Cargo.toml:
Cargo.toml
[dependencies] getopts = "0.2"
and this to your crate root:
extern crate getopts;
The minimum supported Rust version is 1.18.