# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "coil" version = "0.4.0" authors = ["Andrew Plaza "] description = "An async and sync background job queue for Postgres" homepage = "https://github.com/insipx/coil" keywords = ["database", "jobs", "tasks", "background", "postgres"] categories = ["asynchronous", "database", "concurrency"] license = "GPL-3.0" repository = "https://github.com/insipx/coil" [dependencies.async-trait] version = "0.1.36" [dependencies.channel] version = "0.10" package = "flume" [dependencies.coil_proc_macro] version = "0.3.0" [dependencies.futures] version = "0.3.5" [dependencies.inventory] version = "0.1" [dependencies.itoa] version = "0.4.6" [dependencies.log] version = "0.4.11" [dependencies.num_cpus] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.5" features = ["postgres", "macros", "runtime-async-std-rustls", "migrate", "json"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.threadpool] version = "1" [dependencies.timer] version = "3.0" package = "futures-timer" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.once_cell] version = "1.4" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.smol] version = "1.2" [features] nightly = [] offline = ["sqlx/offline"] test_components = []