# 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 = "jlcpcb-to-parquet" version = "0.4.2" authors = ["Thomas Vijverberg"] description = "A tool to convert JLCPCB Parts Library to Parquet" homepage = "https://github.com/tvijverb/jlcpcb-to-parquet" readme = "README.md" license = "MIT" repository = "https://github.com/tvijverb/jlcpcb-to-parquet" [dependencies.polars] version = "0.37.0" features = [ "parquet", "lazy", "object", "streaming", ] [dependencies.sqlx] version = "0.7.3" features = [ "sqlite", "runtime-tokio", ] [dependencies.tokio] version = "1.36.0" features = ["full"]