# 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 = "dw-datastore" version = "0.1.0" authors = ["Kohinoor Bharti "] description = "deskwatch utility to store data" license = "MIT" [dependencies.appdirs] version = "0.2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dw-models] version = "0.1.0" [dependencies.dw-transform] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.mpsc_requests] version = "0.3" [dependencies.rusqlite] version = "0.26" features = ["chrono", "serde_json", "bundled"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [features] default = [] legacy_import_tests = []