# 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 = "simple_jobs" version = "0.2.2" authors = [ "Walter Moreira ", "Joe Stubbs ", ] description = "Very simple persistence layer on top of Tokio tasks." license = "MIT" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.diesel] version = "1.4.5" features = [ "sqlite", "r2d2", ] optional = true [dependencies.diesel_migrations] version = "1.4" optional = true [dependencies.futures] version = "0.3.21" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.uuid] version = "0.8.2" features = [ "v4", "serde", ] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.3.0" [features] default = [] diesel_jobs = [ "diesel", "diesel_migrations", ]