# 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 = "csql" version = "1.0.0" authors = ["Djkáťo "] exclude = [ "*.sh", "*.sql", "*.csv", ] description = "An assistant tool to easily map a CSV spreadsheets' collumns to a database tables' fields. Great for mass uploading products from a manufacturer provided catalog to an e-shop." homepage = "https://github.com/djkato/CSQL" readme = "README.md" keywords = [ "database", "sql", "ui", ] categories = [ "database", "database-implementations", "text-editors", ] license = "CC-BY-SA-4.0" repository = "https://github.com/djkato/CSQL" [dependencies.chrono] version = "0.4.24" [dependencies.csv] version = "1.1.6" [dependencies.eframe] version = "0.21.0" [dependencies.egui] version = "0.21.0" [dependencies.egui_extras] version = "0.21.0" [dependencies.grid] version = "0.10.0" [dependencies.if_chain] version = "1.0.2" [dependencies.rfd] version = "0.11.1" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-native-tls", "mysql", ] [dependencies.tokio] version = "1.25.0" features = ["full"]