# 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 = "csvtosqlite" version = "0.1.6" authors = ["Mohammad Mustakim Ali "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Imports CSV data into an SQLite database" readme = "README.md" license = "MIT" repository = "https://github.com/mustakimali/csvtosqlite/" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 rpath = false panic = "abort" strip = true [[bin]] name = "csvtosqlite" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.num-format] version = "0.4.4" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "sqlite", ] [dependencies.tokio] version = "1.39.3" features = ["full"]