Cargo Features

geekorm-derive has no features set by default.

[dependencies]
geekorm-derive = { version = "0.3.1", features = ["uuid", "chrono", "primary_key", "rand", "hash", "hash-pbkdf2", "hash-sha512", "helpers", "libsql"] }
uuid

Enables uuid, uuid of geekorm-core

chrono

Enables chrono of geekorm-core

new primary_key
rand

Enables rand, rand of geekorm-core

hash

Hashing algorithms

Enables hash of geekorm-core

hash-pbkdf2

Enables hash-pbkdf2 of geekorm-core

hash-sha512

Enables hash-sha512 of geekorm-core

helpers
libsql

Backends

Enables libsql of geekorm-core