raspberry-web 0.1.0

Control the GPIO pins on your Raspberry Pi with a simple web service. Currently supports output only.
Documentation
# 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]
edition = "2018"
name = "raspberry-web"
version = "0.1.0"
authors = ["bogeholm <troelsmikkelsen@gmail.com>"]
description = "Control the GPIO pins on your Raspberry Pi with a simple web service. Currently supports output only."
license = "MIT"
[dependencies.actix]
version = "0.7.9"

[dependencies.actix-web]
version = "0.7.17"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]

[dependencies.diesel]
version = "1.3.0"
features = ["sqlite", "chrono", "r2d2"]

[dependencies.diesel_migrations]
version = "1.3.0"

[dependencies.dotenv]
version = "0.13.0"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"
features = ["std", "serde"]

[dependencies.parking_lot]
version = "0.6"

[dependencies.r2d2]
version = "0.8.2"

[dependencies.r2d2-diesel]
version = "1.0.0"

[dependencies.serde]
version = "^1.0.82"

[dependencies.serde_derive]
version = "^1.0.82"

[dependencies.serde_json]
version = "^1.0.33"
[target.armv7-unknown-linux-gnueabihf.dependencies.rppal]
version = "0.9.0"