firefish/Cargo.toml

47 lines
893 B
TOML
Raw Normal View History

[workspace]
members = ["packages/backend-rs", "packages/macro-rs"]
resolver = "2"
[workspace.dependencies]
macro_rs = { path = "packages/macro-rs" }
2024-04-26 22:39:14 +02:00
napi = { version = "2.16.4", default-features = false }
napi-derive = "2.16.3"
2024-04-14 21:09:33 +02:00
napi-build = "2.1.3"
argon2 = "0.5.3"
basen = "0.1.0"
bcrypt = "0.15.1"
2024-04-26 22:39:14 +02:00
chrono = "0.4.38"
convert_case = "0.6.0"
cuid2 = "0.1.2"
2024-04-26 22:39:14 +02:00
emojis = "0.6.2"
idna = "0.5.0"
image = "0.25.1"
nom-exif = "1.2.0"
once_cell = "1.19.0"
openssl = "0.10.64"
pretty_assertions = "1.4.0"
2024-04-26 22:39:14 +02:00
proc-macro2 = "1.0.81"
quote = "1.0.36"
rand = "0.8.5"
redis = "0.25.3"
regex = "1.10.4"
reqwest = "0.12.4"
rmp-serde = "1.2.0"
sea-orm = "0.12.15"
2024-04-26 22:39:14 +02:00
serde = "1.0.198"
serde_json = "1.0.116"
serde_yaml = "0.9.34"
strum = "0.26.2"
2024-04-26 22:39:14 +02:00
syn = "2.0.60"
thiserror = "1.0.59"
tokio = "1.37.0"
tracing = "0.1.40"
2024-04-26 22:39:14 +02:00
tracing-subscriber = "0.3.18"
url = "2.5.0"
urlencoding = "2.1.3"
[profile.release]
lto = true