make rustls and optional feature in both places, organize deps

This commit is contained in:
Chris Beck
2025-12-04 23:59:57 -07:00
parent d4bf12e4ec
commit 028af2b7fb
6 changed files with 289 additions and 14 deletions
+2
View File
@@ -18,6 +18,8 @@
//! When `plot` feature is active, the plot module can be used to plot the timeseries data.
//! This was designed to be used to generate previews in alert messages.
pub use reqwest::Client as ReqwestClient;
use chrono::{DateTime, Utc};
use serde::{Serialize, de::DeserializeOwned};
use std::fmt::Debug;