mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-27 11:32:11 +02:00
28 lines
533 B
TOML
28 lines
533 B
TOML
[package]
|
|
name = "shared"
|
|
version = "3.2.20"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitflags = "2"
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
regex = "1"
|
|
enum-iterator = "2"
|
|
log = "0"
|
|
path-clean = "1"
|
|
url = "2.5.7"
|
|
indexmap = "2"
|
|
pest = "2"
|
|
pest_derive = "2"
|
|
serde_json = { version = "1", features = ["raw_value"] }
|
|
base64 = "0"
|
|
blake3 = "1"
|
|
fastrand = { version = "2", features = ["js"] }
|
|
zeroize = "1"
|
|
chrono = "0.4.42"
|
|
bytes = "1"
|
|
ciborium = "0.2.2"
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
js-sys = "0.3.82"
|