# 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 = "sqlx-model-demo" version = "0.0.1-beta.1" authors = ["liushan "] description = "sqlx model demo" license-file = "LICENSE" resolver = "2" [dependencies.async-std] version = "1.10.0" features = ["attributes"] [dependencies.sqlx] version = "~0.5" features = [ "mysql", "offline", "runtime-async-std-native-tls", ] [dependencies.sqlx-model] version = "~0.0.1-beta.13" features = ["sqlx-mysql"] default-features = false