# 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 = "springtime-migrate-refinery" version = "0.2.2" authors = ["Kamil Rojewski "] description = "SQL migration framework based on dependency injection." documentation = "https://docs.rs/springtime-migrate-refinery" readme = "README.md" keywords = [ "sql", "di", "spring", "framework", "migrations", ] categories = [ "asynchronous", "database", ] license = "MIT" repository = "https://github.com/krojew/springtime" [dependencies.config] version = "0.14.0" [dependencies.itertools] version = "0.12.0" [dependencies.refinery-core] version = ">=0.8.9" default-features = false [dependencies.serde] version = "1.0.193" [dependencies.springtime] version = "1.0.0" [dependencies.springtime-di] version = "1.0.0" [dependencies.springtime-migrate-refinery-macros] version = "0.1.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", "rt-multi-thread", ] [features] default = [] mysql_async = ["refinery-core/mysql_async"] rusqlite-bundled = ["refinery-core/rusqlite-bundled"] tiberius = ["refinery-core/tiberius"] tiberius-config = [ "refinery-core/tiberius-config", "refinery-core/serde", ] tokio-postgres = ["refinery-core/tokio-postgres"]