# 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 = "gold_digger" version = "0.2.5" authors = ["UncleSp1d3r "] exclude = [ ".github/", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", ".editorconfig", ".gitignore", ] description = "A simple MySQL/MariaDB query tool that accepts parameters as environmental variables." readme = "README.md" keywords = [ "mysql", "query", "tool", "mariadb", ] categories = [ "command-line-utilities", "database", "cli", ] license = "MIT" repository = "https://github.com/unclesp1d3r/gold_digger" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" strip = true [dependencies.anyhow] version = "1.0.61" [dependencies.csv] version = "1.1.6" [dependencies.mysql] version = "25.0.0" features = ["minimal"] default-features = false [dependencies.mysql_common] version = "0.32.2" optional = true [dependencies.openssl-sys] version = "0.9.93" optional = true [features] additional_mysql_types = [ "mysql_common?/bigdecimal", "mysql_common?/rust_decimal", "mysql_common?/time", "mysql_common?/frunk", ] csv = [] default = [ "json", "csv", "ssl", "additional_mysql_types", "verbose", ] json = [] ssl = [ "openssl-sys", "mysql/native-tls", ] vendored = ["openssl-sys?/vendored"] verbose = []