# 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 = "event-web" version = "0.1.0" authors = ["Riley Trautman "] description = "The Web UI for Telegram Event Bot" readme = "README.md" keywords = ["telegram", "events", "bot"] license = "AGPL-3.0" repository = "https://github.com/asonix/telegram-event-bot" [dependencies.actix] version = "0.5" [dependencies.actix-web] version = "0.6" [dependencies.bcrypt] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.4" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.http] version = "0.1" [dependencies.maud] version = "0.17" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0"