# 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 = "npx-bin-helper" version = "0.2.0" authors = ["Yumeoto Zorin "] description = "Generate commands that add node_modules/.bin to PATH" homepage = "https://github.com/Zolyn/npx-bin-helper" readme = "README.md" keywords = [ "cli", "npx", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Zolyn/npx-bin-helper" [profile.release] strip = true [dependencies.anyhow] version = "1.0.66" [dependencies.env_logger] version = "0.9.1" [dependencies.log] version = "0.4.17" [dependencies.xflags] version = "0.3.1" [dev-dependencies.env_logger] version = "0.9.1" [dev-dependencies.rstest] version = "0.15.0" [dev-dependencies.serial_test] version = "0.9.0" [dev-dependencies.tempfile] version = "3.3.0"