[package] name = "huber" version = "0.3.11" description = "Huber package, simplify `GitHub release` package management with a live awesome list of GitHub project" authors = ["David Ko "] edition = "2021" rust-version = "1.65" keywords = ["github", "package-management", "cli", "package"] categories = ["command-line-interface", "command-line-utilities", "development-tools"] homepage = "https://github.com/innobead/huber" repository = "https://github.com/innobead/huber" readme = "../../README.md" license-file = "../../LICENSE" [build-dependencies] chrono = "0.4" [dependencies] huber-common = { path = "../common", version = "0.3.10" } huber-procmacro = { path = "../procmacro", version = "0.3.10" } libcli-rs = "0.1" clap = { version = "3.1.6", features = ["env"] } log = "0.4" pretty_env_logger = "0.4" lazy_static = "1.4.0" anyhow = "1.0" dirs = "4.0.0" semver = "1.0.14" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "~0.8.26" reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.16", features = ["full"] } # reqwest 0.10, hubcaps 0.6 does not support tokio 0.3/1.0 yet, ref: https://github.com/seanmonstar/reqwest/issues/1060 #hubcaps = { git = "https://github.com/softprops/hubcaps", rev = "324d02fbb371782c82e9a13b839b86894475c91f" } # wait for hubcaps formal release > 0.6 hubcaps-ex = "0.6.2" compress-tools = "0.14.0" derive_more = "=0.99.17" # remove = until https://github.com/OSSystems/compress-tools-rs/pull/58 merged regex = "1.4.1" futures = "0.3" async-trait = "0.1.41" git2 = "0.15.0" chrono = "0.4" symlink = "0.1.0" is_executable = "1.0.1" urlencoding = "2.1.2" url = "2" Inflector = "0.11.4" fs_extra = "1.1" maplit = "1.0" rayon = "1.5" fs2 = "0.4.3" simpledi-rs = "0.1.0" array_tool = "1.0.3"