# 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 = "datapackage_convert" version = "0.6.1" description = "Some Datapackage Conversion" homepage = "https://github.com/kindly/datapackage_convert" readme = "README.md" license = "MIT" repository = "https://github.com/kindly/datapackage_convert" resolver = "2" [dependencies.arrow] version = "19.0.0" [dependencies.csv] version = "1.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.minijinja] version = "0.17.0" [dependencies.parquet] version = "19.0.0" features = [ "arrow", "snap", "brotli", "flate2", "lz4", "base64", ] default-features = false [dependencies.petgraph] version = "0.6.2" [dependencies.postgres] version = "0.19.3" [dependencies.regex] version = "1.6.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde_json] version = "1.0.83" features = ["preserve_order"] [dependencies.snafu] version = "0.7.1" [dependencies.tempfile] version = "3.3.0" [dependencies.typed-builder] version = "0.10.0" [dependencies.walkdir] version = "2.3.2" [dependencies.xlsxwriter] version = "0.3.5" [dependencies.zip] version = "0.6.2" [dev-dependencies.insta] version = "1.17.1" features = ["redactions"]