[package] name = "kraken" version = "0.0.1" authors = ["nephtys "] # A short blurb about the package. This is not rendered in any format when # uploaded to crates.io (aka this is not markdown). description = "a simple server supplying an on-premise microservice for passwordless authentication of users (currently only a placeholder)" # These URLs point to more information about the repository. These are # intended to be webviews of the relevant data, not necessarily compatible # with VCS tools and the like. repository = "https://github.com/n3phtys/kraken" # This is a string description of the license for this package. Currently # crates.io will validate the license provided against a whitelist of known # license identifiers from http://spdx.org/licenses/. Multiple licenses can be # separated with a `/`. license = "MIT" [dependencies] config = "0.6" lettre = "0.7" futures = "0.1" hyper = "0.11"