# 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 = "vfsops" version = "0.1.1" authors = ["Mike Zeller "] description = "Report VFS op outliers by bucket group" keywords = ["illumos", "kstat", "smartos", "performance", "VFS"] license = "MIT" repository = "https://github.com/papertigers/vfsops" [[bin]] name = "vfsops" path = "src/main.rs" [dependencies.clap] version = "2.32" [dependencies.kstat] version = "0.1"