# 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 = "2018" name = "len9" version = "0.3.4" description = "https://github.com/parafoxia/len8 rewrite in rust" license = "BSD-3-Clause" repository = "https://github.com/IkBenOlie5/len9" [lib] name = "len9_lib" path = "src/lib.rs" [[bin]] name = "len9" path = "src/bin/main.rs" required-features = ["application"] [dependencies.clap] version = "2.33.3" optional = true default-features = true [dependencies.walkdir] version = "2.3.2" [features] application = ["clap"]