Files

36 lines
1.1 KiB
TOML
Raw Permalink Normal View History

2026-01-13 07:57:47 -05:00
[package]
name = "oott"
2026-06-22 12:00:17 -04:00
version = "0.2.4"
2026-01-13 07:57:47 -05:00
edition = "2024"
[dependencies]
env_logger = "0.11.8"
log = "0.4.29"
2026-01-13 11:01:53 -05:00
pnet = "0.35.0"
2026-01-13 15:48:17 -05:00
tokio = { version = "1.0", features = ["full"] }
2026-06-22 11:33:08 -04:00
tokio-util = "0.7.16"
2026-01-19 12:45:52 -05:00
serde = { version = "1.0", features = ["derive"] }
2026-02-25 15:54:19 -05:00
serde_derive = "1.0"
2026-01-19 12:45:52 -05:00
serde_json = "1.0"
rusqlite = { version = "0.38.0", features = ["bundled", "chrono"] }
2026-02-17 15:20:47 -05:00
rusqlite_migration = { version = "2.4.1", features = ["from-directory"] }
include_dir = "0.7.4"
2026-02-14 12:30:12 -05:00
chrono = {version = "0.4.43", features = ["serde"]}
pushover = "0.4.0"
config = "0.15.19"
lazy_static = "1.5.0"
duration-string = { version="0.5.3", features = ["serde"] }
2026-01-27 09:21:00 -05:00
clap = {version="4.5.54", features=["derive"]}
2026-02-12 16:45:04 -05:00
axum = "0.8.8"
tower-http = { version = "0.6.8", features = ["fs", "cors", "set-header"] }
2026-02-17 15:20:47 -05:00
r2d2 = "0.8.10"
r2d2_sqlite = "0.32.0"
once_cell = "1.21.3"
tower = { version = "0.5.3", features = ["util"] }
2026-05-27 13:36:05 -04:00
utoipa = { version = "5", features = ["axum_extras", "chrono"] }
utoipa-swagger-ui = { version = "9", features = ["axum"] }
2026-05-29 09:37:33 -04:00
simple-dns = "0.11.3"
socket2 = "0.6.4"
csnmp = "0.6.0"
reqwest = { version = "0.12", features = ["json"] }