# 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 = "2021" name = "elif" version = "0.0.4" authors = ["nomissbowling "] description = "file and directory walker for Rust" homepage = "https://crates.io/crates/elif" documentation = "https://docs.rs/elif/" readme = "README.md" keywords = [ "file", "directory", "walker", "recursive", ] categories = [ "command-line-utilities", "command-line-interface", "development-tools", ] license = "MIT" repository = "https://github.com/nomissbowling/elif" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.8" [dependencies.diesel] version = "1.3" features = ["chrono"] [dependencies.md5] version = "0.7"