# 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 = "hysp" version = "0.1.2" authors = ["PwnWriter < hey@pwnwriter.xyz >"] description = "📦 An independent package manager that every hacker deserves." homepage = "https://github.com/pwnwriter/hysp.git" readme = "README.md" keywords = [ "package-manager", "ctf-tool-download", "pentesting", "pkgs", ] categories = [ "accessibility", "web-programming", "command-line", ] license = "MIT" repository = "https://github.com/pwnwriter/hysp" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" [profile.test] opt-level = 0 debug = 2 [dependencies.anyhow] version = "1.0.75" [dependencies.async-recursion] version = "1.0.5" [dependencies.clap] version = "4.4.11" features = [ "string", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.columns] version = "0.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.reqwest] version = "0.11.20" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.spinoff] version = "0.8.0" features = [ "dots", "arc", "line", ] [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.toml] version = "0.8.8"