-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
51 lines (43 loc) · 1.42 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
[package]
name = "magit"
version = "0.1.0"
authors = ["Devin R <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Stand alone Matrix Github bot"
repository = "https://github.com/DevinR528/magit"
keywords = ["matrix", "chat", "github", "bot"]
categories = ["development-tools"]
readme = "readme.md"
edition = "2018"
[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
dirs = "3.0.2"
github-derive = { path = "./github-derive", version = "0.1.0" }
gitty-hub = { path = "./gitty-hub", version = "0.1.0" }
hmac = "0.11.0"
indexmap = "1.6.2"
ruma = "0.2.0"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
# TODO: REMOVE
serde_path_to_error = "0.1.4"
sha-1 = "0.9.6"
sha2 = "0.9.5"
thiserror = "1.0.25"
tracing = "0.1.25"
tracing-subscriber = "0.2.16"
url = "2.2.2"
[dependencies.matrix-sdk]
version = "0.3.0"
# path = "../__forks__/matrix-rust-sdk/matrix_sdk"
features = ["encryption", "sled_cryptostore", "sled_state_store", "require_auth_for_profile_requests", "native-tls", "markdown"]
[dependencies.rocket]
git = "https://github.com/SergioBenitez/Rocket"
rev = "bf9de1d39e0b33c0172f89f98a43e266e9ae5bd7"
[dependencies.tokio]
version = "1.7.1"
features = ["macros", "rt-multi-thread", "sync"]
[workspace]
members = ["github-derive", "gitty-hub"]
# cargo sort command every once in awhile
# cargo sort -wg -o package,lib,features,dependencies,dev-dependencies,build-dependencies