# 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 = "sqlness" version = "0.6.1" description = "SQL integration test harness" homepage = "https://github.com/CeresDB/sqlness" readme = "README.md" keywords = [ "sql", "database", "cli", ] license = "Apache-2.0" repository = "https://github.com/CeresDB/sqlness" [dependencies.async-trait] version = "0.1" [dependencies.derive_builder] version = "0.11" [dependencies.duration-str] version = "0.11.2" [dependencies.minijinja] version = "1" [dependencies.mysql] version = "23.0.1" optional = true [dependencies.postgres] version = "0.19.7" optional = true [dependencies.prettydiff] version = "0.6.2" default_features = false [dependencies.regex] version = "1.7.1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2.3" [dev-dependencies.tokio] version = "1.23" features = ["full"] [features] default = []