# 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 = "kiistor" version = "0.1.10" authors = ["Tatu Pesonen "] description = "A small utility for loading game keys in/out of a PostgreSQL database" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tatupesonen/kiistor" [profile.release] lto = true strip = true [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-rustls", "postgres", ] [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", "rt-multi-thread", ]