[package] name = "harmonic" description = "A `nix` installer" version = "0.0.0-unreleased" edition = "2021" resolver = "2" [package.metadata.riff.targets.aarch64-apple-darwin] build-inputs = ["darwin.apple_sdk.frameworks.Security"] [package.metadata.riff.targets.x86_64-apple-darwin] build-inputs = ["darwin.apple_sdk.frameworks.Security"] [dependencies] async-tar = "0.4.2" async-trait = "0.1.57" atty = "0.2.14" bytes = "1.2.1" clap = { version = "4", features = ["derive", "env"] } color-eyre = "0.6.2" crossterm = { version = "0.25.0", features = ["event-stream"] } eyre = "0.6.8" futures = "0.3.24" glob = "0.3.0" nix = { version = "0.25.0", features = ["user", "fs", "process"], default-features = false } owo-colors = { version = "3.5.0", features = [ "supports-colors" ] } reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream"] } serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" serde_with = "2.0.1" tar = "0.4.38" target-lexicon = "0.12.4" tempdir = { version = "0.3.7"} thiserror = "1.0.33" tokio = { version = "1.21.0", features = ["time", "io-std", "process", "fs", "signal", "tracing", "rt-multi-thread", "macros", "io-util", "parking_lot"] } tokio-util = { version = "0.7", features = ["io"] } tracing = { version = "0.1.36", features = [ "valuable" ] } tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.15", features = [ "env-filter", "valuable" ] } url = { version = "2.3.1", features = ["serde"] } valuable = { version = "0.1.0", features = ["derive"] } walkdir = "2.3.2" sxd-xpath = "0.4.2" xz2 = { version = "0.1.7", features = ["static", "tokio"] } sxd-document = "0.3.2" plist = "1.3.1" dirs = "4.0.0" erased-serde = "0.3.23" typetag = "0.2.3" dyn-clone = "1.0.9" rand = "0.8.5"