File: Cargo.toml

package info (click to toggle)
rust-rustls 0.23.33%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 13,472 kB
  • sloc: sh: 199; python: 181; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "rustls-bench"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
clap = { workspace = true }
rustls = { path = "../rustls" }
rustls-graviola = { workspace = true, optional = true }
rustls-test = { workspace = true }

[features]
default = []
graviola = ["dep:rustls-graviola"]
ring = ["rustls/ring"]

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { workspace = true }