-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
42 lines (37 loc) · 993 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "rustaman"
version = "0.2.5"
authors = ["Guillaume Gauvrit <[email protected]>"]
edition = "2021"
readme = "README.md"
keywords = ["http", "https", "request", "client", "GUI"]
categories = ["web-programming::http-client", "GUI"]
description = """Template based http client using GTK."""
license = "BSD-3-Clause"
repository = "https://github.com/mardiros/rustaman"
[[bin]]
name = "rustaman"
path = "src/main.rs"
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
dirs-next = "2.0.0"
handlebars = "6.1.0"
lazy_static = "1.4.0"
log = "0.4.20"
pretty_env_logger = "0.5.0"
regex = "1.10.3"
relm4 = "0.9.0"
relm4-components = "0.9.1"
relm4-icons = { version = "0.9.0" }
relm4-macros = "0.9.0"
reqwest = { version="0.12.7" , features = ["blocking"] }
serde = "1.0.196"
serde_derive = "1.0.196"
serde_json = "1.0.113"
serde_yaml = "0.9.31"
sourceview5 = "0.9.0"
sourceview5-sys = "0.9.0"
url = "2.2.0"
[dependencies.adw]
package = "libadwaita"
version = "0.7.0"