# 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] edition = "2018" name = "libdeadmock" version = "0.1.6" authors = ["Jason Ozias "] description = "API Mocking and Virtualization" homepage = "https://github.com/rustyhorde/libdeadmock" documentation = "https://docs.rs/libdeadmock" readme = "README.md" keywords = ["API", "mock", "virtualization"] license = "MIT/Apache-2.0" repository = "https://github.com/rustyhorde/libdeadmock" [dependencies.bitflags] version = "1" [dependencies.bytes] version = "0" [dependencies.cached] version = "0" [dependencies.chrono] version = "0" [dependencies.clap] version = "2" [dependencies.failure] version = "0" [dependencies.futures] version = "0.1" [dependencies.getset] version = "0" [dependencies.http] version = "0" [dependencies.httparse] version = "1" [dependencies.hyper] version = "0" [dependencies.hyper-proxy] version = "0" [dependencies.hyper-tls] version = "0" [dependencies.lazy_static] version = "1" [dependencies.libeither] version = "0" features = ["serde", "unstable"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.slog] version = "2" features = ["max_level_trace", "release_max_level_trace"] [dependencies.slog-async] version = "2" [dependencies.slog-term] version = "2" [dependencies.slog-try] version = "0" [dependencies.tokio] version = "0" features = ["async-await-preview"] [dependencies.tokio-codec] version = "0" [dependencies.tokio-io] version = "0" [dependencies.toml] version = "0" [dependencies.tomlenv] version = "0" [dependencies.typed-headers] version = "0" [dependencies.uuid] version = "0" features = ["serde", "u128", "v4"] [features] default = ["exact_match", "pattern_match"] exact_match = ["url", "method", "header", "headers"] header = [] headers = [] method = [] pattern_match = ["url"] url = []