[package] name = "rurl" version = "0.1.0" authors = ["tobywhughes "] description = "A library that handles URL parsing and URL encoding. Documentation will be posted soon. For now, check tests in github repository." repository = "https://github.com/tobywhughes/rurl" license = "MIT" exclude = [ ".gitignore", ".git/*", ] [dependencies] hex="0.2.*" regex="0.1.*" lazy_static="0.*"