[package] name = "exonum-http-get-auth" version = "0.1.0" authors = ["Mangman "] repository = "https://gitlab.com/Mangman/exonum-http-get-auth" keywords = ["requests", "authentication", "http", "blockchain", "exonum"] categories = ["cryptography", "web"] description = "Authenticate HTTP GET requests in Exonum through AWS-like header signing." readme = "README.md" license = "MIT" [dependencies] exonum = "0.3.0" iron = "0.5.1" time = "0.1" chrono = "0.4.0" mount = "0.3.0"