# 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" version = "0.1.0" authors = ["Sean Olson "] description = "Manipulate files en masse using patterns." readme = "../README.md" keywords = ["glob", "pattern", "regex"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/olson-sean-k/nym" [dependencies.bimap] version = "^0.6.0" [dependencies.blake3] version = "^0.3.0" optional = true [dependencies.bstr] version = "^0.2.0" [dependencies.chrono] version = "^0.4.0" [dependencies.faccess] version = "^0.2.0" [dependencies.itertools] version = "^0.10.0" [dependencies.md5] version = "^0.7.0" optional = true [dependencies.nom] version = "^6.1.0" [dependencies.os_str_bytes] version = "^3.1.0" [dependencies.regex] version = "^1.5.0" [dependencies.smallvec] version = "^1.5.0" [dependencies.thiserror] version = "^1.0.0" [dependencies.titlecase] version = "^1.1.0" [dependencies.unicode-width] version = "^0.1.0" [dependencies.walkdir] version = "^2.3.0" [features] default = ["property-b3sum", "property-md5sum"] property-b3sum = ["blake3"] property-md5sum = ["md5"] [target."cfg(target_os = \"windows\")".dependencies.path-slash] version = "^0.1.0"