# 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 = "latitude" version = "0.0.4" authors = ["nkconnor "] description = "Dynamic runtime DDL based on `sqlx` and `barrel`" documentation = "https://docs.rs/latitude" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nkconnor/latitude" [dependencies.async-trait] version = "0.1" [dependencies.barrel] version = "0.6" features = ["sqlite3", "mysql"] [dependencies.sqlx] version = "0.4.1" features = ["runtime-tokio-rustls", "macros", "any", "mysql", "chrono", "decimal", "sqlite", "migrate"] default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.tokio] version = "0.2"