# 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" name = "nof" version = "0.9.0" authors = ["mochi33i"] exclude = [ "test_files/*", ".github/*", ] description = "NOF is an open-source tool written in Rust that allows users to search and execute Node.js scripts using fzf" homepage = "https://github.com/mochi-sann/nof" documentation = "https://github.com/mochi-sann/nof" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mochi-sann/nof" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.clap_complete] version = "4.4.1" [dependencies.serde_json] version = "1.0.105" [dependencies.skim] version = "0.10.4" [dependencies.termion] version = "2.0.1"