ferrox-utils 0.1.0

Enterprise module ferrox-utils for Ferrox Framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "ferrox-utils"

version.workspace = true

edition.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

description = "Enterprise module ferrox-utils for Ferrox Framework."

[dependencies]

time = { version = "0.3" }

uuid = { version = "1.0", features = ["v7", "fast-rng"] }

chrono = { version = "0.4", features = ["serde"] }

convert_case = "0.6"

ferrox-errors = { version = "0.1.0", path = "../ferrox-errors"  }