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.
36 lines
930 B
36 lines
930 B
[package] |
|
name = "device-common" |
|
version = "0.1.10" |
|
edition = "2021" |
|
authors = ["Ryan Bae <jh.bae@anypointmedia.com>"] |
|
|
|
[dependencies] |
|
serde = { version = "1.0", features = ["derive"] } |
|
serde_json = "1.0" |
|
aws-config = { version = "1.5" } |
|
aws-sdk-kinesis = { version = "1.3", features = ["behavior-version-latest"] } |
|
aws-sdk-s3 = "1.4" |
|
aws-sdk-ssm = "1.4" |
|
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" |
|
async-trait = "0.1" |
|
bytes = "1.7" |
|
serial_test = "3.1" |
|
|
|
[profile.dev] |
|
opt-level = 0 |
|
|
|
[profile.release] |
|
opt-level = 3 |