# 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 = "fast-csv-to-json" version = "0.3.1" authors = ["Ming Chang "] description = "Fast CSV to JSON - A simple CLI tool for converting CSV file content to JSON." readme = "README.md" keywords = [ "cli", "csv", "json", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ming900518/csv-to-json/" [profile.release] lto = true panic = "abort" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.indexmap] version = "1.9.3" features = [ "serde", "rayon", ] [dependencies.mimalloc] version = "0.1.36" [dependencies.polars] version = "0.28.0" features = ["performant"] [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95"