# 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 = "2018" name = "cde_cli" version = "0.3.1" authors = ["Dave Huseby "] description = "A CLI utility for encoding/decoding using CDE" documentation = "https://docs.rs/cde" readme = "../../README.md" license = "Apache-2.0" repository = "https://github.com/cryptidtech/cde" [dependencies.anyhow] version = "1.0" [dependencies.cde] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.stderrlog] version = "0.5" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.3"