You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
[package]
|
|
|
|
|
name = "device-common"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
authors = ["Ryan Bae <jh.bae@anypointmedia.com>"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
serde_json = "1.0"
|
|
|
|
|
bincode = "1.3"
|
|
|
|
|
aws-config = { version = "1.5" }
|
|
|
|
|
aws-sdk-kinesis = { version = "1.36", features = ["behavior-version-latest"] }
|
|
|
|
|
aws-sdk-ssm = "1.40"
|
|
|
|
|
aws-types="1.3"
|
|
|
|
|
aws-credential-types = { version = "1.2", 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"
|
|
|
|
|
thiserror = "1.0"
|
|
|
|
|
tokio = { version = "1.39", features = ["full"] }
|
|
|
|
|
lapin = "2.5"
|
|
|
|
|
sysinfo = "0.31"
|
|
|
|
|
prometheus = "0.13"
|
|
|
|
|
dashmap = "6.0"
|
|
|
|
|
serial_test = "3.1"
|
|
|
|
|
async-trait = "0.1"
|
|
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
|
opt-level = 0
|
|
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
opt-level = 3
|