# 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 = "2018" name = "refinery-core" version = "0.8.14" authors = [ "Katharina Fey ", "João Oliveira ", ] description = "This crate should not be used directly, it is internally related to Refinery" documentation = "https://docs.rs/refinery/" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-db/refinery" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1" [dependencies.cfg-if] version = "1.0" [dependencies.futures] version = "0.3.16" features = ["async-await"] optional = true [dependencies.log] version = "0.4" [dependencies.mysql] version = ">= 21.0.0, <= 24" features = ["minimal"] optional = true default-features = false [dependencies.mysql_async] version = ">= 0.28, <= 0.33" features = ["minimal"] optional = true default-features = false [dependencies.postgres] version = ">=0.17, <= 0.19" optional = true [dependencies.regex] version = "1" [dependencies.rusqlite] version = ">= 0.23, <= 0.31" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.siphasher] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.tiberius] version = ">= 0.7, <= 0.12" optional = true default-features = false [dependencies.time] version = "0.3.5" features = [ "parsing", "formatting", ] [dependencies.tokio] version = "1.0" optional = true [dependencies.tokio-postgres] version = ">= 0.5, <= 0.7" optional = true [dependencies.tokio-util] version = "0.7.7" features = ["compat"] optional = true [dependencies.toml] version = "0.8.8" optional = true [dependencies.url] version = "2.0" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.tempfile] version = "3.1.0" [features] default = [] mysql_async = ["dep:mysql_async"] rusqlite-bundled = [ "rusqlite", "rusqlite/bundled", ] serde = ["dep:serde"] tiberius = [ "dep:tiberius", "futures", "tokio", "tokio/net", ] tiberius-config = [ "tiberius", "tokio", "tokio-util", ] tokio-postgres = [ "dep:tokio-postgres", "tokio", "tokio/rt", ] toml = [ "serde", "dep:toml", ]