# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rusqbin" version = "0.2.3" authors = ["Lloyd "] description = "Rusqbin is a web server that stashes your requests for later retrieval so you can do end-to-end testing of code that makes HTTP calls. It is available as both a binary and a library." homepage = "https://github.com/lloydmeta/rusqbin" documentation = "https://docs.rs/rusqbin" keywords = ["http", "webserver", "requests", "testing", "log"] license = "MIT" [profile.release] opt-level = 3 lto = true debug = false [[bin]] name = "rusqbin" test = false doc = false [dependencies.env_logger] version = "0.3" [dependencies.url] version = "1.2.4" [dependencies.time] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.hyper] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.lazy_static] version = "0.2" [dependencies.regex] version = "0.2" [dependencies.futures] version = "0.1" [dependencies.uuid] version = "0.2" features = ["v4"] [dependencies.serde_derive] version = "1.0" [dependencies.clap] version = "2.26" [dependencies.openssl-probe] version = "0.1" [dependencies.log] version = "0.3" [dev-dependencies.tokio-core] version = "0.1" [badges.travis-ci] repository = "lloydmeta/rusqbin"