# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.79.0" name = "goldrust" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for testing HTTP clients with golden files." readme = "README.md" keywords = [ "testing", "mocking", "golden-file", ] license = "MIT" repository = "https://github.com/sjunepark/goldrust" [lib] name = "goldrust" path = "src/lib.rs" [[test]] name = "without_function_id" path = "tests/without_function_id.rs" [dependencies.derive_more] version = "1.0.0" features = ["display"] [dependencies.image] version = "0.25.4" optional = true [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.65" [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.reqwest] version = "0.12.8" features = ["json"] [dev-dependencies.tokio] version = "1.41.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.wiremock] version = "0.6.2" [features] image = ["dep:image"] [target."cfg(any())".dependencies.num-bigint] version = "0.4.6" optional = true [target."cfg(any())".dependencies.openssl] version = "0.10.68" optional = true [target."cfg(any())".dependencies.openssl-sys] version = "0.9.104" optional = true