# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "elmo" version = "0.0.1" authors = ["Sebastian Fricke"] description = "Library for easy creation of persistent notifications\n" readme = "README.md" keywords = ["elmo", "notification", "library"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/initBasti/elmo" [lib] name = "elmo_lib" path = "src/lib.rs" [[bin]] name = "elmo" path = "src/bin.rs" [dependencies.async-trait] version = "0.1.51" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.color-eyre] version = "0.5.11" [dependencies.cron] version = "0.9.0" [dependencies.dotenv] version = "0.15.0" [dependencies.eyre] version = "0.6.5" [dependencies.home] version = "0.5.3" [dependencies.libsqlite3-sys] version = "0.22.2" [dependencies.notify-rust] version = "4.5.2" [dependencies.parse_duration] version = "2.1.1" [dependencies.rodio] version = "0.14.0" [dependencies.serde] version = "1.0.130" [dependencies.slog] version = "2.7.0" [dependencies.slog-async] version = "2.7.0" [dependencies.slog-term] version = "2.8.0" [dependencies.sqlx] version = "0.5.9" features = ["macros", "sqlite", "chrono", "runtime-tokio-native-tls"] [dependencies.term] version = "0.7.0" [dependencies.tokio] version = "1.11.0" features = ["full"]