# 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 = "rexecutor-sqlx" version = "0.1.0" authors = ["John Bell "] description = "A robust job processing library" readme = "README.md" keywords = [ "job", "processing", "tasks", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/Johnabell/rexecutor.git" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.79" [dependencies.chrono] version = "0.4.37" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.fxhash] version = "0.2.1" [dependencies.rexecutor] version = "0.1.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.115" [dependencies.sqlx] version = "0.7.*" features = [ "postgres", "runtime-tokio-native-tls", "uuid", "json", "chrono", "migrate", ] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "rt", "macros", "sync", "time", ] [dependencies.tracing] version = "0.1.40"