metalos/lib/http_test/Cargo.toml (26 lines of code) (raw):
# @generated by autocargo from //metalos/lib/http_test:[http_test,http_test-container-unittest_test_binary]
[package]
name = "http_test"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[lib]
path = "src/http_test.rs"
test = false
doctest = false
[[test]]
name = "http_test"
path = "src/http_test.rs"
[dependencies]
http = "0.2"
hyper = { version = "0.14.7", features = ["client", "http1", "http2"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
url = "2.2.2"
[dev-dependencies]
anyhow = "1.0.51"
maplit = "1.0"
reqwest = { version = "0.11.6", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "stream", "trust-dns-optional"] }
[features]
default = ["metalos_container_test"]
metalos_container_test = []