# 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 = "mq-surreal" version = "0.20.1" authors = ["Prabir Shrestha "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Message Queue for SurrealDB" readme = "README.md" keywords = [ "job", "scheduler", "queue", ] license = "MIT" repository = "https://github.com/prabirshrestha/mq" [lib] name = "mq_surreal" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.mq] version = "0.20.1" [dependencies.serde_json] version = "1.0.116" [dependencies.surrealdb] version = "2.0.1" [dependencies.time] version = "0.3.36" features = [ "std", "serde", ]