-
Notifications
You must be signed in to change notification settings - Fork 84
/
Cargo.toml
83 lines (81 loc) · 1.54 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
[package]
name = "hello-world"
version = "0.1.0"
authors = ["mTvare6 <[email protected]>"]
edition = "2018"
[dependencies]
r_i18n = "1.0.1"
serenity = "0.10"
#rocket="0.5.0-dev"
reqwest = "0.11.4"
cookie = "0.15.1"
cookie_store = "0.15.0"
bytes = "1.0.1"
url = "2.2.2"
multipart = "0.18.0"
ws = "0.9.1"
rmpv = "0.4.7"
chashmap = "2.2.2"
serde = "1.0.126"
serde_json = "1.0.64"
log = "0.4.14"
fern = "0.6.0"
diesel = "1.4.7"
diesel_migrations = "1.4.0"
libsqlite3-sys = "0.22.2"
rand = "0.8.4"
ring = "0.16.20"
uuid = "0.8.2"
chrono = "0.4.19"
chrono-tz = "0.5.3"
time = "0.2.27"
job_scheduler = "1.2.1"
data-encoding = "2.3.2"
jsonwebtoken = "7.2.0"
u2f = "0.2.0"
webauthn-rs = "=0.3.0-alpha.9"
yubico = "0.10.0"
dotenv = "0.15.0"
once_cell = "1.8.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
tracing = "0.1.26"
lettre = "0.10.0-rc.3"
handlebars = "4.1.0"
html5ever = "0.25.1"
markup5ever_rcdom = "0.1.0"
regex ="1.5.4"
data-url = "0.1.0"
openssl = "0.10.35"
percent-encoding = "2.1.0"
idna = "0.2.3"
pico-args = "0.4.2"
backtrace = "0.3.60"
paste = "1.0.5"
money = "0.1.0"
crate = "0.0.2"
cash = "0.1.5"
clap = "3.0.0-beta.2"
num_cpus = "1.13.0"
security = "0.1.0"
gtk = "0.14.0"
x11 = "2.18.2"
crossterm="0.17"
bevy = "0.5.0"
glam="0.17.3"
legion="0.4.0"
gl = "0.6.0"
ash = "0.33.0+1.2.186"
gfx = "0.18.2"
glfw = "0.41.0"
distill = "0.0.3"
aseprite = "0.1.3"
crypto="0.3.0"
tensorflow = "0.17.0"
opencv = "0.53"
coreutils = "0.0.7"
mp4parse="0.11.5"
fluent-bundle="0.15.1"
cssparser="0.28.1"
plist="0.5.5" #macos support! with memory safety
webdriver="0.43.1"