# 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 = "topngx" version = "0.4.0" authors = ["Garrett Squire "] description = "Top for NGINX" readme = "README.md" license = "MIT" repository = "https://github.com/gsquire/topngx" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossterm] version = "0.25" [dependencies.ctrlc] version = "3.2" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.13" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.6" [dependencies.rusqlite] version = "0.28" [dependencies.structopt] version = "0.3" [dependencies.tabwriter] version = "1.2" [features] bundled-sqlite = ["rusqlite/bundled"]