[package] name = "pkg_a" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.44" reqwest = { default-features = false, version = "0.11.4", features = ["blocking", "json", "rustls-tls"] } [dev-dependencies] # Pin to a version of `httmock` that supports `rustls`. # See https://github.com/alexliesenfeld/httpmock/pull/72 httpmock = { default-features = false, features = ["rustls"], git = "https://github.com/alexliesenfeld/httpmock.git", rev = "9ecf35255ee154986bc36d06473f1fa088586ad9" } [patch.crates-io] # See httmock comment. isahc = { git = "https://github.com/sagebind/isahc.git", rev = "096aff7b13f4ff5bb474fdc27bc30b297a2968f6" }