# 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 = "2021" name = "oclock_sqlite" version = "0.1.5" authors = ["Davide Ghilardi "] description = "Time tracking utility (sqlite component)" readme = "README.md" keywords = [ "time-tracking", "daemon", "utility", ] license = "GPL-3.0-or-later" repository = "https://github.com/dghilardi/oclock" [dependencies.diesel] version = "2.1" features = ["sqlite"] [dependencies.diesel_migrations] version = "2.1" features = ["sqlite"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"]