-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 536 Bytes
/
Cargo.toml
File metadata and controls
27 lines (25 loc) · 536 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
[workspace]
members = ["httpsig", "httpsig-hyper"]
resolver = "2"
[workspace.package]
edition = "2021"
version = "0.0.24"
authors = ["Jun Kurihara"]
homepage = "https://github.com/junkurihara/httpsig-rs"
repository = "https://github.com/junkurihara/httpsig-rs"
readme = "README.md"
license = "MIT"
rust-version = "1.75.0"
categories = [
"web-programming",
"cryptography",
"authentication",
"network-programming",
]
[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
opt-level = 3
panic = "abort"
strip = true