# 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-assert" version = "0.0.1-alpha.3" authors = ["Alex Garcia "] description = "FFI bindings to the sqlite-assert SQLite extension" homepage = "https://github.com/asg017/sqlite-assert" readme = "README.md" keywords = [ "sqlite", "sqlite-extension", ] license = "MIT/Apache-2.0" repository = "https://github.com/asg017/sqlite-assert" [dependencies] [dev-dependencies.rusqlite] version = "0.29.0" [build-dependencies.anyhow] version = "1.0.71" [build-dependencies.flate2] version = "1.0.26" optional = true [build-dependencies.tar] version = "0.4.38" optional = true [build-dependencies.ureq] version = "2.6.2" optional = true [build-dependencies.zip] version = "0.6.6" optional = true [features] assert = [] default = ["assert"] download-libs = [ "ureq", "flate2", "tar", "zip", ]