# 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" name = "rvcr" version = "0.2.1" authors = ["tech@chorus.one"] description = "Record-and-replay HTTP testing for requests" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ChorusOne/rvcr/" [lib] name = "rvcr" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration/lib.rs" [dependencies.anyhow] version = "^1" [dependencies.async-trait] version = "^0.1" [dependencies.base64] version = "0.21.0" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.reqwest] version = "0.11" [dependencies.reqwest-middleware] version = "0.2.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.task-local-extensions] version = "0.1.4" [dependencies.tracing] version = "0.1.36" features = ["log"] [dependencies.vcr-cassette] version = "2" [dependencies.zip] version = "0.6" optional = true [dev-dependencies.tokio] version = "1.17.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "registry", "env-filter", ] [dev-dependencies.tracing-test] version = "0.2.4" features = ["no-env-filter"] [dev-dependencies.url] version = "2.4" [features] compress = ["dep:zip"] default = []