[dependencies.actix-web]
version = "4"
[dependencies.futures]
version = "0.3"
[dependencies.serde_json]
version = "1.0.91"
[dependencies.sqlx]
features = ["postgres", "mysql", "migrate", "macros", "chrono", "runtime-async-std-rustls"]
version = "0.6"
[package]
authors = ["Sokrates Bousios"]
description = "Generate sql databases by only configure the data of the databases in json files"
documentation = "https://docs.rs/sql_db_creator"
edition = "2021"
keywords = ["mysql", "postgressql", "database", "relational"]
license = "MIT OR Apache-2.0"
name = "sql_db_creator"
readme = "README.md"
repository = "https://github.com/Sok-Bou/SQL-DB-Creator"
version = "0.2.4"