# 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 = "testfixtures" version = "0.1.2" authors = ["Takayuki Maeda "] description = "A library for preparing test data from yaml files in Rust" documentation = "https://docs.rs/testfixtures" readme = "README.md" keywords = ["test", "testdata", "db", "sqlx", "mysql"] categories = ["database"] license = "MIT" repository = "https://github.com/TaKO8Ki/testfixtures" [[test]] name = "mysql" path = "tests/mysql.rs" required-features = ["mysql"] [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.31" [dependencies.chrono] version = "0.4.11" [dependencies.futures] version = "0.1" [dependencies.regex] version = "1" [dependencies.sqlx] version = "0.3" features = ["mysql", "postgres", "chrono", "macros"] default-features = false [dependencies.yaml-rust] version = "0.4" [dev-dependencies.async-std] version = "1.5.0" features = ["attributes"] [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "0.2.21" features = ["full"] [features] default = ["runtime-async-std"] mysql = [] runtime-async-std = ["sqlx/runtime-async-std"] runtime-tokio = ["sqlx/runtime-tokio"]