# 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 = "mock_proxy" version = "0.1.4-alpha.1" authors = ["Elliana May"] description = "A simple way to mock out API's if you can set a proxy" license = "MIT" repository = "https://github.com/Mause/mock_proxy" [package.metadata.release] disable-push = true post-release-commit-message = "ci: Released {{version}}, starting {{next_version}}" pre-release-commit-message = "ci: Release {{version}}" tag-prefix = "" [dependencies.http] version = "0.2.4" [dependencies.httparse] version = "1.4.1" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.14" [dependencies.native-tls] version = "0.2.7" [dependencies.openssl] version = "0.10.35" [dependencies.url] version = "2.2.2" [dev-dependencies.reqwest] version = "0.11.4" [dev-dependencies.simple_logger] version = "1.11.0" [dev-dependencies.tokio] version = "1.8.1" features = ["macros", "rt"]