# 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 = "preshot" version = "1.0.1" description = "A simple command set to accompany a deterministic use of Meilisearch API keys." readme = "README.md" keywords = [ "meilisearch", "cli", "automation", "continous-deployment", ] license = "WTFPL" repository = "https://github.com/gmourier/preshot" resolver = "2" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.derive] version = "1.0.0" [dependencies.features] version = "0.10.0" [dependencies.hmac] version = "0.12.1" [dependencies.prettytable-rs] version = "^0.8" [dependencies.sha2] version = "0.10.2" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1"