# 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 = "libscoop" version = "0.1.0-beta.6" authors = ["Chawye Hsu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library implementation of Scoop" homepage = "https://github.com/chawyehsu/hok" documentation = "https://docs.rs/libscoop" readme = "README.md" keywords = [ "package-manager", "windows", "scoop", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [lib] name = "libscoop" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.curl] version = "0.4" features = ["static-curl"] [dependencies.dirs] version = "5.0.1" [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.git2] version = "0.19.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.5.3" [dependencies.remove_dir_all] version = "0.7.0" [dependencies.scoop-hash] version = "0.1.0-beta.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sysinfo] version = "0.29" [dependencies.thiserror] version = "1.0" [features] default = [] rustcrypto-hash = ["scoop-hash/rustcrypto"] [target."cfg(unix)".dependencies.openssl] version = "0.10.66" features = ["vendored"] [target."cfg(windows)".dependencies.junction] version = "1.0.0" [target."cfg(windows)".dependencies.winreg] version = "0.50"