# 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 = "sqlx-models" version = "0.0.5" authors = ["Tomas Vallotton "] description = "A work in progress implementation of a migration tool for sqlx." readme = "../README.md" keywords = ["database", "postgres", "sqlite", "sql", "migration"] license = "MIT OR Apache-2.0" [dependencies.bincode] version = "1.3.3" optional = true [dependencies.chrono] version = "0.4.19" [dependencies.fehler] version = "1.0.0" [dependencies.itertools] version = "0.10.1" [dependencies.once_cell] version = "1.8.0" [dependencies.serde] version = "1.0.130" optional = true [dependencies.sqlformat] version = "0.1.7" [dependencies.sqlx] version = "0.5.7" features = ["json"] optional = true [dependencies.sqlx-models-parser] version = "0.0.1" [dependencies.sqlx-models-proc-macro] version = "0.0.3" [dependencies.thiserror] version = "1.0.29" [dependencies.topological-sort] version = "0.1.0" [dependencies.url] version = "2.2.2" [dev-dependencies.sqlx] version = "0.5.7" features = ["any", "runtime-async-std-native-tls"] [features] binary = ["serde", "bincode"] helpers = ["sqlx-models-proc-macro/helpers"] json = ["serde", "sqlx/json"]