# 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 = "sqlui" version = "0.1.4" description = "Blazing Fast, lightweight, small binary and crossplatform, database client" keywords = ["gui", "mysql", "database", "client", "tool"] categories = ["database"] license = "GPL-3.0-or-later" resolver = "2" [package.metadata.bundle] category = "Developer Tool" icon = ["icon.png"] identifier = "com.realtica.sqlui" name = "sqlui" resources = ["endpoints.toml"] short_description = "Blazing Fast, lightweight, small binary and crossplatform, database client" version = "0.1.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dirs] version = "4.0.0" [dependencies.flate2] version = "1.0.23" features = ["zlib"] default-features = false [dependencies.fltk] version = "1.3.2" [dependencies.fltk-table] version = "0.2.1" [dependencies.fltk-theme] version = "0.4.0" [dependencies.log] version = "0.4" features = ["max_level_info", "release_max_level_warn"] [dependencies.mysql] version = "22.1.0" features = ["rustls-tls", "buffer-pool"] default-features = false [dependencies.mysql_common] version = "0.28.2" features = ["bigdecimal03", "time03", "uuid"] default-features = false [dependencies.once_cell] version = "1.10.0" [dependencies.serde] version = "1.0.97" [dependencies.serde_derive] version = "1.0" [dependencies.simple-logging] version = "2.0.2" [dependencies.smol] version = "1.2.5" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.toml] version = "0.5"