mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:33:30 +00:00
25 lines
614 B
TOML
25 lines
614 B
TOML
[package]
|
|
name = "armatak"
|
|
version = "1.0.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
arma-rs = "1.10.4"
|
|
chrono = "0.4.39"
|
|
lazy_static = "1.5.0"
|
|
log = "0.4.22"
|
|
log4rs = "1.3.0"
|
|
reqwest = { version = "0.12.15", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
rcgen = { version = "0.13.2", default-features = false, features = ["crypto", "pem", "aws_lc_rs"] }
|
|
rustls = "0.23.23"
|
|
rustls-pemfile = "2.2.0"
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
|
|
[dependencies.uuid]
|
|
version = "1.10.0"
|
|
features = ["v4", "fast-rng", "macro-diagnostics"]
|
|
|
|
[lib]
|
|
name = "armatak"
|
|
crate-type = ["cdylib"]
|