[package] name = "device-common" version = "0.1.0" edition = "2021" publish = ["nexus","https://maven.anypoint.tv/repository/crate/index"] repository = "https://Ryan:HEG2XSI4fF88+zR2DkVuiEzNXRMvC9Bd077s7qMpyg@" authors = ["Ryan Bae "] [dependencies] serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" bincode = "1.3.3" aws-config = { version = "1.5.0" } aws-sdk-kinesis = { version = "1.27.0", features = ["behavior-version-latest"] } aws-sdk-ssm = "1.39" aws-types="1.3" aws-credential-types = { version = "1.2.0", features = ["hardcoded-credentials"] } deadpool-postgres = "0.14" tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-unwrap = "1.0" tracing-appender = "0.2.3" thiserror = "1.0" tokio = "1.38.0" lapin = "2.3" sysinfo = "0.30" prometheus = "0.13" dashmap = "6.0" toml = "0.8" [profile.dev] opt-level = 0 [profile.release] opt-level = 3