# 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 = "dlphn" version = "0.5.1" authors = ["Todd Treece "] include = ["src/**/*", "Cargo.toml", "ui/build/**/*", "docs/**/*"] description = "a humble sensor data logger with a bundled react UI." homepage = "https://github.com/toddtreece/dlphn-rs" readme = "README.md" keywords = ["data", "logger", "iot", "react"] license = "MIT" repository = "https://github.com/toddtreece/dlphn-rs" [dependencies.actix-rt] version = "1.0.0" [dependencies.actix-web] version = "2.0.0" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.3.1" [dependencies.local-ip] version = "0.1" [dependencies.mime_guess] version = "2" [dependencies.r2d2] version = "0.8.2" [dependencies.r2d2_sqlite] version = "0.13.0" [dependencies.rusqlite] version = "0.21.0" features = ["bundled", "chrono", "serde_json"] [dependencies.rust-embed] version = "5.2.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.44" [dependencies.tokio] version = "0.2.9"