# 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 = "rssql" version = "0.2.6" description = "Struct free Rust SQL tool." homepage = "https://github.com/rikonaka/rssql" documentation = "https://docs.rs/rssql" readme = "README.md" keywords = [ "SQL", "MySQL", "PostgreSQL", "SQLite", ] license = "MIT" repository = "https://github.com/rikonaka/rssql" [dependencies.anyhow] version = "^1" [dependencies.chrono] version = "^0" [dependencies.sqlx] version = "^0" features = [ "runtime-tokio-native-tls", "json", "chrono", "bigdecimal", "uuid", "ipnetwork", "mac_address", "bit-vec", "postgres", "mysql", "sqlite", ] [dependencies.tokio] version = "^1" features = ["full"] [target.x86_64-unknown-linux-gnu.dependencies.openssl-sys] version = "0.9.90"