# 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 = "sqlite-xsv" version = "0.2.1-alpha.10" authors = ["Alex Garcia "] description = "A SQLite extension for reading large CSVs" homepage = "https://github.com/asg017/sqlite-xsv" readme = "README.md" keywords = [ "sqlite", "sqlite-extension", ] license = "MIT/Apache-2.0" repository = "https://github.com/asg017/sqlite-xsv" [lib] crate-type = [ "lib", "staticlib", "cdylib", ] [dependencies.csv] version = "1.1" [dependencies.flate2] version = "1.0.24" optional = true [dependencies.sqlite-loadable] version = "0.0.5" [dependencies.zstd] version = "0.12.1" optional = true [build-dependencies.cbindgen] version = "0.24.3" [features] default = [ "gzip_support", "zstd_support", ] gzip_support = ["dep:flate2"] zstd_support = ["dep:zstd"]