# 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_migrations" version = "0.3.0" description = "Migrations package for archimedes, a high performance Rust/PostgreSQL job queue" homepage = "https://docs.rs/archimedes_migrations" documentation = "https://docs.rs/archimedes_migrations" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/leo91000/archimedes/crates/migrations" [dependencies.sqlx] version = "0.7.3" features = [ "chrono", "postgres", "json", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.35.1" [features] default = ["runtime-tokio-native-tls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]