# 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 = "2018" name = "eternaltwin_job_store" version = "0.16.0" authors = [ "Charles Samborski ", "Moulins ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Job store implementation" homepage = "https://gitlab.com/eternaltwin/eternaltwin" documentation = "https://gitlab.com/eternaltwin/eternaltwin" readme = "README.md" keywords = ["etwin"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/eternaltwin/eternaltwin" resolver = "2" [lib] name = "eternaltwin_job_store" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.66" [dependencies.eternaltwin_core] version = "0.16.0" features = ["serde"] [dependencies.serde_json] version = "1.0.94" [dependencies.sqlx] version = "0.7.4" features = [ "macros", "chrono", "postgres", "runtime-tokio-rustls", "uuid", ] optional = true default-features = false [dev-dependencies.eternaltwin_config] version = "0.16.0" [dev-dependencies.eternaltwin_db_schema] version = "0.16.0" [dev-dependencies.serial_test] version = "1.0.0" [dev-dependencies.tokio] version = "1.26.0" features = [ "macros", "rt", ] [features] default = [ "mem", "pg", ] mem = [] pg = [ "dep:sqlx", "eternaltwin_core/sqlx-postgres", ]