fscmp 0.2.11

Utility for comparing files/directories
# 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.11"
authors = ["Dror Levin <spatz@psybear.com>"]
description = "Utility for comparing files/directories"
license = "Apache-2.0"
repository = "https://github.com/drrlvn/fscmp"
[dependencies.failure]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.loggest]
version = "0.1"
optional = true

[dependencies.openat]
version = "0.1"

[dependencies.rayon]
version = "1.0"

[dependencies.simplelog]
version = "0.5"
optional = true

[dependencies.structopt]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.walkdir]
version = "2.1"

[features]
default = ["simplelog"]