# 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 = "2018" name = "vim-profiler" version = "0.0.4" authors = ["Liam "] description = "A vim profiling tool" homepage = "https://github.com/terror/vim-profiler" keywords = ["command-line", "profiling", "vim", "utility"] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/terror/vim-profiler" resolver = "2" [[bin]] name = "vp" path = "src/main.rs" [dependencies.charts] version = "0.3.0" [dependencies.csv] version = "1.1.6" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.snafu] version = "0.6.10" [dependencies.structopt] version = "0.3.25" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.textwrap] version = "0.14.2"