# 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 = "easy-install" version = "0.1.3" authors = ["ahaoboy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "easy-install" homepage = "https://github.com/ahaoboy/easy-install" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/easy-install" [lib] name = "easy_install" path = "src/lib.rs" [[bin]] name = "ei" path = "src/bin/ei.rs" [dependencies.atomic-file-install] version = "^1.0" [dependencies.binstalk] version = "^0.28" [dependencies.binstalk-downloader] version = "^0.13" [dependencies.binstalk-git-repo-api] version = "^0.5" [dependencies.binstalk-registry] version = "^0.11" [dependencies.cargo-dist-schema] version = "^0.25" [dependencies.clap] version = "^4.5" features = ["derive"] [dependencies.compact_str] version = "^0.8" [dependencies.detect-targets] version = "^0.1" [dependencies.dirs] version = "^5.0" [dependencies.path-clean] version = "^1.0" [dependencies.regex] version = "^1.11" [dependencies.reqwest] version = "^0.12" features = ["json"] [dependencies.semver] version = "^1" features = ["serde"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.tempfile] version = "^3.5" [dependencies.tokio] version = "^1.35" features = [ "rt", "sync", ] default-features = false [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.3" [dependencies.url] version = "^2.5" [dependencies.zeroize] version = "^1.8" [target.'cfg(not(target_os = "windows"))'.dependencies.libc] version = "^0.2" [target.'cfg(not(target_os = "windows"))'.dependencies.openssl] version = "^0.10" features = ["vendored"]