/*!
Rust implementation of the [Tox protocol](https://zetok.github.io/tox-spec).
Repo: https://github.com/tox-rs/tox
*/
// Remove it when it will be fixed in nom parser
extern crate log;
extern crate nom;
extern crate cookie_factory;