# 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 = "safe-mac-cli" version = "0.1.5" description = "A CLI tool, that creates new .env file which based on something you choose and appends a mac-address to it." readme = "README.md" keywords = [ "tool", "safety", "mac-address", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/l3r8yJ/safe-mac-cli" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "2.29.4" [dependencies.ctor] version = "0.1.26" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.mac_address] version = "1.1.4" [dependencies.pnet] version = "0.31.0" [dependencies.sha256] version = "1.1.1" [dependencies.simple_logger] version = "4.0.0" [dependencies.tempfile] version = "3.3.0" [dev-dependencies.assert_cmd] version = "2.0.6" [dev-dependencies.fsutils] version = "0.1.7" [dev-dependencies.predicates] version = "2.1.3"