# 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 = "moker" version = "0.1.3" authors = ["Harsh Vishwakarma "] description = "A tool to run mock HTTP server using simple JSON or YAML files only" homepage = "https://github.com/harshvishu/mocker" readme = "README.md" keywords = [ "cli", "mock", "http", "server", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/harshvishu/mocker" [dependencies.actix-web] version = "4.4.0" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.lru] version = "0.11.1" [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_yaml] version = "0.9.25"