# 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 = "fscmp" version = "0.2.16" authors = ["Dror Levin "] description = "Utility for comparing files/directories" license = "Apache-2.0" repository = "https://github.com/drrlvn/fscmp" [dependencies.failure] version = "0.1.5" [dependencies.libc] version = "0.2.62" [dependencies.log] version = "0.4.8" [dependencies.loggest] version = "0.2.1" optional = true [dependencies.nix] version = "0.16.0" [dependencies.openat] version = "0.1.18" [dependencies.rayon] version = "1.2.0" [dependencies.simplelog] version = "0.7.1" optional = true [dependencies.structopt] version = "0.3.1" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.walkdir] version = "2.2.9" [features] default = ["simplelog"]