# 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 = "ora-store-sqlx" version = "0.6.1" publish = true description = "Part of the Ora scheduler framework." license = "MIT OR Apache-2.0" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.72" [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.28" [dependencies.ora-client] version = "^0.3.0" [dependencies.ora-common] version = "^0.1.2" [dependencies.ora-scheduler] version = "^0.2.1" [dependencies.ora-worker] version = "^0.4.2" [dependencies.sea-query] version = "0.30.0" features = [ "with-uuid", "with-time", "with-json", "derive", "backend-postgres", ] default-features = false [dependencies.sea-query-binder] version = "0.5.0" features = [ "with-uuid", "with-time", "with-json", "sqlx-postgres", ] [dependencies.serde_json] version = "1.0.104" features = ["raw_value"] [dependencies.sqlx] version = "0.7.1" features = [ "time", "uuid", "json", ] default-features = false [dependencies.sqlx-migrate] version = "0.7.0" [dependencies.tap] version = "1.0.1" [dependencies.time] version = "0.3.23" [dependencies.tokio] version = "1.29.1" features = [ "time", "rt", "sync", "macros", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.4.1" features = ["v4"] [build-dependencies.sqlx-migrate] version = "0.7.0" features = ["generate"] [features] default = ["postgres"] postgres = [ "sqlx/postgres", "sqlx-migrate/postgres", ]