// torut uses deprecated v2 services for now. this quick hack prevents warning from displaying themselves
//! Torut implements tor control protocol [described here](https://gitweb.torproject.org/torspec.git/tree/control-spec.txt)
//!
//! Right now torut does not implement all methods but it gives access to raw calls so you can use it.
//! If something does not work or you would like to see some functionality implemented by design open an issue or PR.
//!
//! # Usage security
//! Take a look at security considerations section of `README.MD`
extern crate derive_more;
extern crate serde_derive;
// prevents emitting warnings when control feature is skipped