# 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 = "mizumochi" version = "0.1.0" authors = ["mopp "] description = "mizumochi is a tool to simulate unstable disk I/O for testing stability/robustness of system.\nThe word unstable here means read/write speed is slowdown.\n" homepage = "https://github.com/dwango/mizumochi" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/dwango/mizumochi" [dependencies.atomic_immut] version = "0.1" [dependencies.bytecodec] version = "0.4" features = ["json_codec"] [dependencies.clap] version = "2" [dependencies.fibers] version = "0.1" [dependencies.fibers_http_server] version = "0.1" [dependencies.fuse] version = "0.3" [dependencies.futures] version = "0.1" [dependencies.httpcodec] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.prometrics] version = "0.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.slog] version = "2" [dependencies.slog-async] version = "2" [dependencies.slog-term] version = "2" [dependencies.time] version = "0.1"