mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-09 12:55:57 +08:00
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 4s
20 lines
419 B
TOML
20 lines
419 B
TOML
[package]
|
|
name = "types"
|
|
version = "0.13.4"
|
|
edition = "2024"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
utils = { path = "../utils" }
|
|
trc = { path = "../trc" }
|
|
jmap-tools = { version = "0.1" }
|
|
hashify = "0.2"
|
|
serde = { version = "1.0", features = ["derive"]}
|
|
rkyv = { version = "0.8.10", features = ["little_endian"] }
|
|
compact_str = { version = "0.9.0", features = ["rkyv", "serde"] }
|
|
blake3 = "1.3.3"
|
|
|
|
|
|
[features]
|
|
test_mode = []
|
|
|