# 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 = "archimedes" version = "0.4.0" description = "High performance Rust/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)" homepage = "https://docs.rs/archimedes" documentation = "https://docs.rs/archimedes" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/leo91000/archimedes" [dependencies.archimedes_crontab_parser] version = "0.5.0" [dependencies.archimedes_crontab_runner] version = "0.5.0" [dependencies.archimedes_crontab_types] version = "0.5.0" [dependencies.archimedes_macros] version = "0.2.0" [dependencies.archimedes_migrations] version = "0.3.0" [dependencies.archimedes_shutdown_signal] version = "0.3.0" [dependencies.archimedes_task_handler] version = "0.2.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.getset] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.num_cpus] version = "1.16.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.109" [dependencies.sqlx] version = "0.7.3" features = [ "postgres", "json", "chrono", ] [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.1" features = [ "macros", "signal", ] optional = true [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = ["runtime-tokio-native-tls"] runtime-tokio-native-tls = [ "sqlx/runtime-tokio-native-tls", "tokio", "archimedes_crontab_runner/runtime-tokio-native-tls", "archimedes_migrations/runtime-tokio-native-tls", ] runtime-tokio-rustls = [ "sqlx/runtime-tokio-rustls", "tokio", "archimedes_crontab_runner/runtime-tokio-rustls", "archimedes_migrations/runtime-tokio-rustls", ]