sqlite-uuid 0.4.3

Plugin to add support for uuids in sqlite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sqlite-uuid"
version = "0.4.3"
edition = "2021"
license = "MIT"
description = "Plugin to add support for uuids in sqlite"
repository = "https://github.com/woile/sqlite-uuid"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sqlite-loadable = "0.0.6-alpha.6"
uuid = { version = "1.20.0", features = ["std", "v7", "v4"] }

[lib]
crate-type=["cdylib"]