# 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 = "2018" name = "surf-vcr" version = "0.2.0" authors = ["Ryan Frame "] exclude = [".builds/*"] description = "Record and replay HTTP sessions for testing surf clients" readme = "README.md" keywords = ["http", "client", "surf", "middleware", "test"] categories = ["development-tools::testing", "web-programming::http-client"] license = "MPL-2.0" repository = "https://git.sr.ht/~rjframe/surf-vcr" [dependencies.async-std] version = "1.9.0" features = ["std"] default-features = false [dependencies.once_cell] version = "1.7.2" [dependencies.serde] version = "1.0.126" [dependencies.serde_yaml] version = "0.8.17" [dependencies.surf] version = "2.2.0" features = ["curl-client"] default-features = false [dev-dependencies.async-std] version = "1.9.0" features = ["std", "attributes"] default-features = false