kstool 0.3.3

A tools crate used by KunoiSayami's projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kstool"
version = "0.3.3"
authors = ["KunoiSayami <i@leanhe.dev>"]
edition = "2021"
description = "A tools crate used by KunoiSayami's projects"
license = "AGPL-3.0-or-later"

[dependencies]
sqlx = { version = "0.8.0", features = ["sqlite"], optional = true }

jiff = { version = "0.2", default-features = false, features = [
    "std",
], optional = true }

[features]
jiff-tz = ["jiff", "jiff/tzdb-bundle-platform", "jiff/tz-system"]
jiff-export = ["jiff"]