# 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 = "csvs_convert" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Some Datapackage Conversion" homepage = "https://github.com/kindly/csvs_convert" readme = "README.md" license = "MIT" repository = "https://github.com/kindly/csvs_convert" [profile.bench] debug = 2 [lib] name = "csvs_convert" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.counter] version = "0.6.0" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.csv] version = "1.3.0" [dependencies.csv-index] version = "0.1.6" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.20" [dependencies.pathdiff] version = "0.2.1" [dependencies.pdatastructs] version = "0.7.0" features = [ "rand", "bytecount", "num-traits", "fixedbitset", ] default-features = false [dependencies.petgraph] version = "0.6.5" features = ["graphmap"] default-features = false [dependencies.regex] version = "1" [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.snafu] version = "0.8.4" [dependencies.streaming-stats] version = "0.2.3" [dependencies.tempfile] version = "3.12" [dependencies.thiserror] version = "1.0.49" [dependencies.threadpool] version = "1.8.1" [dependencies.typed-builder] version = "0.20" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.insta] version = "1.39.0" features = [ "redactions", "yaml", ] [features] converters = [] default = [ "parquet", "converters", ] parquet = ["duckdb"] [target.'cfg(not(target_family = "wasm"))'.dependencies.duckdb] version = "1.0.0" features = ["bundled"] optional = true [target.'cfg(not(target_family = "wasm"))'.dependencies.minijinja] version = "2.2.0" [target.'cfg(not(target_family = "wasm"))'.dependencies.postgres] version = "0.19.8" [target.'cfg(not(target_family = "wasm"))'.dependencies.rand] version = "0.8.5" [target.'cfg(not(target_family = "wasm"))'.dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [target.'cfg(not(target_family = "wasm"))'.dependencies.rust_xlsxwriter] version = "0.79.0" features = ["constant_memory"] [target.'cfg(not(target_family = "wasm"))'.dependencies.zip] version = "2.2.0" features = ["deflate"] default-features = false