# 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 = "pyn" version = "0.6.0" authors = ["mitchellhamilton "] description = "A wrapper for the JavaScript package managers: npm, pnpm, and Yarn" homepage = "https://github.com/Thinkmill/pyn" license = "MIT" repository = "https://github.com/Thinkmill/pyn" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.dialoguer] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.ignore] version = "0.4.18" [dependencies.linked-hash-map] version = "0.5.4" features = ["serde_impl"] [dependencies.reqwest] version = "0.11.3" features = ["blocking", "json"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = ["full"]