# 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 = "weldmock" version = "0.0.1-alpha.5" authors = ["serayuzgur "] exclude = [".gitignore", "tests/**/*", ".travis.yml", "db.json"] description = "Full fake REST API generator." homepage = "https://github.com/serayuzgur/weld" readme = "README.md" keywords = ["json", "mock", "server", "fake", "api"] license = "MIT/Apache-2.0" repository = "https://github.com/serayuzgur/weld" [dependencies.bytes] version = "0.4.6" [dependencies.futures] version = "0.1.18" [dependencies.futures-cpupool] version = "0.1.8" [dependencies.hyper] version = "0.11.19" [dependencies.lazy_static] version = "1.0.0" [dependencies.rand] version = "0.4.2" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.serde_json] version = "1.0.9" [dependencies.slog] version = "2.1.1" [dependencies.slog-async] version = "2.2.0" [dependencies.slog-term] version = "2.3.0" [dependencies.time] version = "0.1.39"