# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nym-cli" version = "0.1.0" authors = ["Sean Olson "] description = "Manipulate files en masse using patterns." readme = "../README.md" keywords = ["glob", "pattern", "regex"] categories = ["command-line-interface", "command-line-utilities", "filesystem"] license = "MIT" repository = "https://github.com/olson-sean-k/nym" [[bin]] name = "nym" path = "src/main.rs" [dependencies.anyhow] version = "^1.0.0" [dependencies.console] version = "^0.14.0" [dependencies.dialoguer] version = "^0.8.0" [dependencies.indicatif] version = "^0.15.0" [dependencies.itertools] version = "^0.10.0" [dependencies.lazy_static] version = "^1.4.0" [dependencies.lscolors] version = "^0.7.0" default-features = false [dependencies.nym] version = "^0.1.0" [dependencies.structopt] version = "^0.3.0" [dependencies.textwrap] version = "^0.13.0" [dependencies.thiserror] version = "^1.0.0" [features] default = ["property-b3sum", "property-md5sum"] property-b3sum = ["nym/property-b3sum"] property-md5sum = ["nym/property-md5sum"]