# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "exonum-http-get-auth" version = "0.1.0" authors = ["Mangman "] description = "Authenticate HTTP GET requests in Exonum through AWS-like header signing." readme = "README.md" keywords = ["requests", "authentication", "http", "blockchain", "exonum"] categories = ["cryptography", "web"] license = "MIT" repository = "https://gitlab.com/Mangman/exonum-http-get-auth" [dependencies.chrono] version = "0.4.0" [dependencies.exonum] version = "0.3.0" [dependencies.iron] version = "0.5.1" [dependencies.mount] version = "0.3.0" [dependencies.time] version = "0.1"