[package] name = "brew-moonshine" version = "0.1.0" edition = "2021" authors = ["Tom Forbes "] repository = "https://github.com/orf/moonshine" homepage = "https://github.com/orf/moonshine" description = "A Homebrew client" license = "MIT" [dependencies] clap = { version = "4.1.6", features = ["derive"] } content_inspector = "0.2.4" directories = "4.0.1" dylib = "0.0.3" flate2 = "1.0.25" futures = "0.3.28" goblin = "0.6.1" grep = "0.2.11" itertools = "0.10.5" lazy_static = "1.4.0" mach_object = "0.1.17" memmap2 = "0.6.1" object = { version = "0.31.1", features = ["write"] } oci-distribution = "0.9.4" #oci-distribution = {git = "https://github.com/orf/oci-distribution.git", branch="add-oci-list"} os_info = "3.6.0" rayon = "1.7.0" regex = "1.8.1" reqwest = { version = "0.11.14", features = ["native-tls-alpn"] } schnauzer = "0.1.7" scroll = "0.11.0" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.96" tar = "0.4.38" tempdir = "0.3.7" tokio = { version = "1.25.0", features = ["full"] } tokio-scoped = "0.2.0" tracing = { version = "0.1.37", features = ["max_level_debug"] } tracing-subscriber = "0.3.17" walkdir = "2.3.3"