-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (25 loc) · 960 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "tca"
version = "1.2.0"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
alpaca = { git = "ssh://[email protected]/Overmuse/alpaca", tag = "v0.9.0" }
anyhow = "1.0.40"
async-trait = "0.1.48"
chrono = { version = "0.4.19", features = ["serde"] }
config = "0.11.0"
dotenv = "0.15.0"
kafka-settings = { git = "ssh://[email protected]/Overmuse/kafka-settings", tag = "v0.2.2" }
polygon = { git = "ssh://[email protected]/Overmuse/polygon", tag = "v0.11.2" }
rust_decimal = "1.15.0"
sentry = "0.22.0"
serde = { version = "1.0.125", features = ["derive"] }
stream-processor = { git = "ssh://[email protected]/Overmuse/stream-processor", tag = "v0.2.1" }
tokio = { version = "1.4.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.25"
tracing-subscriber = "0.2.17"
uuid = "0.8.2"
[dev-dependencies]
serde_json = "1.0.64"