-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
161 lines (152 loc) · 4.81 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
[package]
name = "hulk"
version = "0.1.0"
authors = ["01Intelligence, Inc."]
edition = "2018"
resolver = "2"
[features]
default = []
[dependencies]
clap = "3.0.0-beta.2"
lazy_static = "1.4.0"
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_info", "nested-values"] }
async-std = { version = "1.9.0", features = ["attributes", "unstable"] }
tokio = { version = "1.10.0", features = ["full"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
anyhow = "1.0.40"
thiserror = "1.0.25"
crossbeam = "0.8.0"
nix = "0.20.0"
which = "4.1.0"
actix-web = { version = "4.0.0-beta.8", features = ["rustls"] }
rustls = "0.19.1"
notify = "5.0.0-pre.9"
typetag = "0.1.7"
strum = { version = "0.21.0", features = ["derive"] }
opentelemetry = "0.14.0"
opentelemetry-jaeger = "0.13.0"
derivative = "2.2.0"
backtrace = "0.3.59"
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock", "serde", "datetime_default"] }
highway = "0.6.4"
hex-literal = "0.3.1"
byteorder = "1.4.3"
hex = "0.4.3"
slog-term = "2.8.0"
slog-async = { version = "2.6.0", features = ["nested-values"] }
slog-scope = "4.4.0"
slog-stdlog = "4.1.0"
dirs = "3.0.2"
constant_time_eq = "0.1.5"
jsonwebtoken = "7.2.0"
rand = "0.8.3"
base64 = "0.13.0"
regex = "1.5.4"
term = "0.7.0"
async-trait = "0.1.50"
cc = "1.0.68"
tokio-util = "0.6.7"
heim = { version = "0.1.0-rc.1", features = ["disk"] }
validator = { version = "0.13.0", features = ["derive"] }
http = "0.2.4"
maplit = "1.0.2"
bstr = "0.2.16"
unicase = "2.6.0"
ipnet = "2.3.1"
dyn-clone = "1.0.4"
path-clean = "0.1.0"
reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] }
relative-path = "1.4.0"
uuid = { version = "0.8.2", features = ["v4", "serde"] }
url = "2.2.2"
colored = "2.0.0"
pnet = "0.28.0"
# uom = { version = "0.31.1", features = ["usize", "u8", "u16", "u32", "u64", "u128", "isize", "i8", "i16", "i32", "i64", "i128"] }
path-absolutize = "3.0.10"
actix-rt = "2.2.0"
actix-server = "2.0.0-beta.5"
const_format = "0.2.14"
trust-dns-resolver = "0.20.3"
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "json"] }
hyper = "0.14.9"
ring = "0.16.20"
md-5 = "0.9.1"
sha2 = "0.9.5"
derive_more = "0.99.16"
actix-http = "3.0.0-beta.8"
rmp-serde = "0.15.5"
quick-xml = { version = "0.22.0", features = ["serialize"] }
educe = "0.4.18"
etcd-client = { version = "0.7.0", features = ["tls"] }
humantime = "2.1.0"
async-nats = "0.9.18"
dashmap = { version = "4.0.2", features = ["serde", "raw-api"] }
futures-core = { version = "0.3.16", default-features = false }
futures-util = { version = "0.3.16", default-features = false }
pin-project = "1.0.8"
mime = "0.3.16"
bytes = "1.0.1"
cached = "0.24.0"
actix-service = "2.0.0"
askama_escape = "0.10.1"
tonic = { version = "0.5.0", features = ["tls"] }
prost = "0.8.0"
prost-types = "0.8.0"
byte-unit = { version = "4.0.12", default-features = false, features = ["std"] }
libc = "0.2.98"
tempfile = "3.2.0"
faccess = "0.2.3"
tokio-stream = "0.1.7"
deadpool = "0.8.2"
slab = "0.4.4"
bumpalo = "3.7.0"
cfg-if = "1.0.0"
memoffset = "0.6.4"
tokio-test = "0.4.2"
camino = "1.0.5"
async-recursion = "0.3.2"
serde_repr = "0.1.7"
rmp = "0.8.10"
twox-hash = "1.6.1"
ta = "0.5.0"
num-derive = "0.3.3"
num-traits = "0.2.14"
scopeguard = "1.1.0"
itertools = "0.10.1"
digest = "0.9.0"
arcstr = "1.1.1"
snap = "1.0.5"
num-bigint = "0.4.2"
tower = "0.4.8"
smallvec = "1.6.1"
arrayvec = "0.7.1"
smartstring = "0.2.9"
remove_dir_all = "0.7.0"
[dependencies.actix-cors]
git = 'https://github.com/actix/actix-extras'
branch = 'master'
package = 'actix-cors'
[target.'cfg(unix)'.dependencies]
pprof = "0.4.3"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.9.1"
[target.'cfg(windows)'.dependencies]
windows = "0.18.0"
winbinding = { path = "winbinding" }
[build-dependencies]
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock", "serde", "datetime_default"] }
tonic-build = "0.5.1"
[dev-dependencies]
criterion = "0.3.5"
[patch.crates-io]
jsonwebtoken = { git = 'https://github.com/01intelligence/jsonwebtoken', branch = 'master' }
reed-solomon-erasure = { git = 'https://github.com/01intelligence/reed-solomon-erasure', branch = 'master' }
actix-web = { git = 'https://github.com/01intelligence/actix-web', branch = 'master' }
quick-xml = { git = 'https://github.com/01intelligence/quick-xml', branch = 'golang_xml' }
mime = { git = 'https://github.com/01intelligence/mime', branch = '0.3.x' }
camino = { git = 'https://github.com/01intelligence/camino', branch = 'master' }
slog-term = { git = 'https://github.com/01intelligence/term', branch = 'master' }
chrono = { git = 'https://github.com/01intelligence/chrono', branch = 'v0.4.19' }
rmp = { git = 'https://github.com/01intelligence/msgpack-rust', branch = 'rmp/v0.8.10' }
slog = { git = 'https://github.com/01intelligence/slog', branch = 'master' }