# autogenerated, don't edit by hand. [package] name = "sqlite-hello" version = "0.1.0-alpha.62" edition = "2021" authors = ["Alex Garcia "] description = "FFI bindings to the sqlite-hello SQLite extension" homepage = "https://github.com/asg017/sqlite-hello" repository = "https://github.com/asg017/sqlite-hello" keywords = ["sqlite", "sqlite-extension"] license = "MIT/Apache-2.0" [dependencies] [build-dependencies] anyhow = "1.0.71" ureq = { version = "2.6.2", optional = true } flate2 = { version = "1.0.26", optional = true } tar = { version = "0.4.38", optional = true } zip = { version = "0.6.6", optional = true } [dev-dependencies] rusqlite = "0.29.0" [features] default = ["hello", "hola"] download-libs = ["ureq", "flate2", "tar", "zip"] hello = [] hola = []