# 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 = "pocc" version = "1.1.1" authors = ["Ritick Madaan "] exclude = [ "*.nix", ".envrc", "TestCollection*", ] description = "A CLI to play with postman collections(v2.1.0) inspired by [password-store](https://www.passwordstore.org/)" homepage = "https://github.com/RitickMadaan/postman-collection-cli" readme = "README.md" keywords = [ "cli", "postman", "collection", "curl", "passwordstore", ] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/RitickMadaan/postman-collection-cli" [dependencies.arboard] version = "3.2.1" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.inquire] version = "0.6.2" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.url] version = "2.3.1" features = ["serde"]