# 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 = "2021" rust-version = "1.74.1" name = "flawz" version = "0.2.2" authors = ["Orhun Parmaksız "] default-run = "flawz" description = "A Terminal UI for browsing CVEs" homepage = "https://github.com/orhun/flawz" readme = "README.md" keywords = [ "cve", "nvd", "tui", "flaw", "security", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/orhun/flawz" [package.metadata.wix] eula = false license = false path-guid = "27678D15-7FAC-4994-A1E3-F8DED86C94FE" upgrade-guid = "539E614D-3F40-47C9-98FE-56485078BA84" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" strip = true [profile.test] opt-level = 0 debug = 2 [[bin]] name = "flawz-completions" path = "src/bin/completions.rs" [[bin]] name = "flawz-mangen" path = "src/bin/mangen.rs" [dependencies.clap] version = "4.5.7" features = [ "derive", "env", "wrap_help", "cargo", ] [dependencies.clap_complete] version = "4.5.6" [dependencies.clap_mangen] version = "0.2.21" [dependencies.crossterm] version = "0.27.0" [dependencies.nvd_cve] version = "0.2.0" [dependencies.ratatui] version = "0.26.3" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1.0.60" [dependencies.tui-input] version = "0.8.0" [dependencies.tui-popup] version = "0.3.2" [dependencies.webbrowser] version = "1.0.1"