# 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 = "sql_db_creator" version = "0.2.5" 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" readme = "README.md" keywords = [ "mysql", "postgressql", "database", "relational", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Sok-Bou/SQL-DB-Creator" [dependencies.actix-web] version = "4" [dependencies.futures] version = "0.3" [dependencies.serde_json] version = "1.0.91" [dependencies.sqlx] version = "0.6" features = [ "postgres", "mysql", "migrate", "macros", "chrono", "runtime-async-std-rustls", ]