# 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 = "navajo-cli" version = "0.0.4" authors = ["Chance Dinkins"] description = "Navajo CLI" readme = "README.md" license = "MIT OR Apache-2.0" resolver = "1" [[bin]] name = "navajo" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.2" features = [ "derive", "wrap_help", "env", ] [dependencies.hex] version = "0.4" [dependencies.navajo] version = "0.0.4" features = [ "std", "blake3", "sha3", "cmac", "aes", ] [dependencies.navajo-gcp] version = "0.0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = [ "std", "alloc", "raw_value", ] [dependencies.shellexpand] version = "3.0" [dependencies.strum] version = "0.24" features = [ "derive", "strum_macros", ] [dependencies.url] version = "2.3"