# 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 = "mv-command-line-common" version = "0.1.0" authors = ["Diem Association "] description = "Move shared command line and file tools" homepage = "https://diem.com" license = "Apache-2.0" repository = "https://github.com/diem/diem" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.difference] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.sha2] version = "0.9.3" [dependencies.walkdir] version = "2.3.1"