-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 724 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (25 loc) · 724 Bytes
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
[package]
name = "sectxt"
version = "0.4.0"
authors = ["eikendev"]
edition = "2021"
description = "A tool for working with security.txt files as specified in RFC 9116"
homepage = "https://github.com/eikendev/sectxt"
repository = "https://github.com/eikendev/sectxt.git"
readme = "README.md"
license = "ISC"
[dependencies]
sectxtlib = { path = "../sectxtlib", version = "0.4.0" }
anyhow = "1.0.102"
argh = "0.1.19"
futures = "0.3.32"
human-panic = "2.0.8"
lazy_static = "1.5.0"
reqwest = "0.13.4"
tracing = "0.1.44"
tracing-subscriber = { version = ">=0.3.20", features = ["env-filter", "json", "valuable"] }
url = "2.5.8"
valuable = "0.1.1"
[dependencies.tokio]
version = "1.52.3"
features = ["rt-multi-thread", "macros"]