# 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 = "jobby" version = "0.0.1-alpha1" authors = ["Hasnain Lakhani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Job queue for rocket applications" readme = "README.md" keywords = ["rocket"] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/mhlakhani/jobby" [lib] name = "jobby" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.humantime] version = "2.1" [dependencies.inventory] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.jobby_derive] version = "0.0.1-alpha1" [dependencies.reqwest] version = "0.11" [dependencies.rocket] version = "0.5.0" features = [ "json", "secrets", "tls", ] [dependencies.rocket_sqlite_rw_pool] version = "0.0.1-alpha1" [dependencies.rusqlite] version = "0.28.0" features = [ "bundled", "chrono", "modern_sqlite", "functions", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2" [dependencies.zstd] version = "0.11"