# 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 = "blindspot" version = "1.2.2" authors = ["xermicus "] description = "Install and update single binary apps without any hassle" readme = "README.md" keywords = ["package", "manager"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xermicus/blindspot" [[bin]] name = "blindspot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.37" [dependencies.async-compression] version = "0.3.5" features = ["futures-write", "gzip", "bzip2", "xz", "deflate"] [dependencies.async-std] version = "1.9.0" [dependencies.async-tar] version = "0.3.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.dirs-next] version = "2.0.0" [dependencies.isahc] version = "1.2.0" features = ["json"] [dependencies.once_cell] version = "1.5.2" [dependencies.progress_string] version = "0.2.0" [dependencies.serde] version = "1.0.118" [dependencies.serde_derive] version = "1.0.118" [dependencies.serde_json] version = "1.0.61" [dependencies.serde_yaml] version = "0.8.14" [dependencies.smol] version = "1.2.5" [dependencies.structopt] version = "0.3.21" [dependencies.termion] version = "1.5.5"