Cargo Features
[dependencies]
obeli-sk-deps-async-sqlite = { version = "0.1.0", default-features = false, features = ["array", "backup", "blob", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "chrono", "column_decltype", "csv", "csvtab", "functions", "hooks", "limits", "load_extension", "modern-full", "serde_json", "session", "sqlcipher", "time", "trace", "tracing", "unlock_notify", "url", "uuid", "vtab", "window"] }
- default = bundled
-
The
bundled
feature is set by default wheneverobeli-sk-deps-async-sqlite
is added without
somewhere in the dependency tree.default-features = false - array
-
Enables array of rusqlite ^0.31.0
rusqlite:
pointer passing interfaces: 3.20.0
- backup
-
Enables backup of rusqlite ^0.31.0
rusqlite:
hot-backup interface: 3.6.11 (2009-02-18)
- blob
-
Enables blob of rusqlite ^0.31.0
rusqlite:
sqlite3_blob_reopen: 3.7.4
- bundled default
-
Enables bundled of rusqlite ^0.31.0
- bundled-full
-
Enables bundled-full of rusqlite ^0.31.0
- bundled-sqlcipher
-
Enables bundled-sqlcipher of rusqlite ^0.31.0
- bundled-sqlcipher-vendored-openssl
-
Enables bundled-sqlcipher-vendored-openssl of rusqlite ^0.31.0
- chrono
-
Enables chrono of rusqlite ^0.31.0
- column_decltype
-
Enables column_decltype of rusqlite ^0.31.0
- csv
-
Enables csv of rusqlite ^0.31.0
- csvtab
-
Enables csvtab of rusqlite ^0.31.0
- functions
-
Enables functions of rusqlite ^0.31.0
rusqlite:
sqlite3_create_function_v2: 3.7.3 (2010-10-08)
- hooks
-
Enables hooks of rusqlite ^0.31.0
- limits
-
Enables limits of rusqlite ^0.31.0
- load_extension
-
Enables load_extension of rusqlite ^0.31.0
- modern-full
-
Enables modern-full of rusqlite ^0.31.0
rusqlite:
Helper feature for enabling most non-build-related optional features or dependencies (except
session
). This is useful for running tests / clippy / etc. New features and optional dependencies that don't conflict with anything else should be added here. - serde_json
-
Enables serde_json of rusqlite ^0.31.0
- session
-
Enables session of rusqlite ^0.31.0
rusqlite:
session extension: 3.13.0
- sqlcipher
-
Enables sqlcipher of rusqlite ^0.31.0
- time
-
Enables time of rusqlite ^0.31.0
- trace
-
Enables trace of rusqlite ^0.31.0
rusqlite:
sqlite3_log: 3.6.23 (2010-03-09)
- tracing
- unlock_notify
-
Enables unlock_notify of rusqlite ^0.31.0
- url
-
Enables url of rusqlite ^0.31.0
- uuid
-
Enables uuid of rusqlite ^0.31.0
- vtab
-
Enables vtab of rusqlite ^0.31.0
rusqlite:
xSavepoint, xRelease and xRollbackTo: 3.7.7 (2011-06-23)
- window
-
Enables window of rusqlite ^0.31.0
rusqlite:
window functions: 3.25.0
obeli-sk-deps-async-sqlite has 28 features without comments.