# 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 = "homebins" version = "0.2.1" authors = ["Sebastian Wiesner "] description = "Binaries for your $HOME" homepage = "https://github.com/lunaryorn/homebins" readme = "README.md" keywords = ["binaries", "install", "packages"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/lunaryorn/homebins" [dependencies.anyhow] version = "^1.0" [dependencies.blake2] version = "^0.9" [dependencies.clap] version = "^2.33" [dependencies.colored] version = "^2.0" [dependencies.digest] version = "^0.9" [dependencies.directories] version = "^3" [dependencies.fehler] version = "^1.0" [dependencies.hex] version = "^0.4" [dependencies.regex] version = "^1.3" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.sha-1] version = "^0.9" [dependencies.sha2] version = "^0.9" [dependencies.spdx] version = "^0.3" [dependencies.tempfile] version = "^3.1" [dependencies.thiserror] version = "^1.0" [dependencies.toml] version = "^0.5" [dependencies.url] version = "^2.1" [dependencies.versions] version = "^2" [dev-dependencies.pretty_assertions] version = "^0.6"