-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (29 loc) · 685 Bytes
/
Cargo.toml
File metadata and controls
33 lines (29 loc) · 685 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
28
29
30
31
32
33
[package]
name = "mitmproxy-contentviews"
license = "MIT"
authors.workspace = true
version.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
[lints]
workspace = true
[dependencies]
anyhow = { version = "1.0.99", features = ["backtrace"] }
log = "0.4.28"
data-encoding = "2.8.0"
pretty-hex = "0.4.1"
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
rmp-serde = "1.1"
protobuf = "3.7.2"
regex = "1.11.2"
flate2 = "1.1"
protobuf-parse = "3.7"
[dev-dependencies]
criterion = "0.7.0"
[[bench]]
name = "contentviews"
harness = false