# 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 = "sql_tools" version = "0.1.1" build = false exclude = [ "TODO.md", ".vscode/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that aims to make creating simple SQL queries easy." readme = "README.md" keywords = [ "sql", "oracle", "database", "concurrency", "parallelism", ] categories = [ "concurrency", "database", "database-implementations", "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/Cosiamo/sql_tools" [lib] name = "sql_tools" path = "src/lib.rs" [dependencies.chrono] version = "0.4.26" [dependencies.csv] version = "1.3.0" [dependencies.csv_perusal] version = "0.8.2" [dependencies.indicatif] version = "0.17.6" [dependencies.itertools] version = "0.12.1" [dependencies.num_cpus] version = "1.0" [dependencies.oracle] version = "0.6.2" features = ["chrono"] [dependencies.proc-macro2] version = "1.0.79" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0.58"