# 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] name = "md5sum" version = "0.1.0" authors = ["Jean-Marie Comets "] description = "A re-implementation of the GNU Coreutils md5sum program" homepage = "https://github.com/jmcomets/md5sum-rs" documentation = "https://docs.rs/md5sum" readme = "README.md" keywords = ["coreutils", "core-utils", "core", "utils"] license = "MIT" repository = "https://github.com/jmcomets/md5sum-rs" [dependencies.clippy] version = "0.0.165" optional = true [dependencies.md5] version = "0.3.5" [dependencies.nom] version = "3.2.0" [dependencies.clap] version = "2.26.2" [features] default = []