A dev repo for the papa cli utility ( please fix channels on the nest :'( )
[package]
name = "papa"
version = "2.3.0-alpha.1"
edition = "2021"
license = "MIT"
description = "A cli mod manager for the Northstar launcher"
readme = "README.md"
authors = ["AnActualEmerald"]
repository = "https://github.com/AnActualEmerald/papa"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.58"
clap = { version = "3.2.8", features = ["derive", "color"] }
convert_case = "0.5.0"
directories = "4.0.1"
env_logger = "0.9.0"
futures-util = "0.3.21"
indicatif = "0.16.2"
log = "0.4.17"
regex = "1.5.6"
reqwest = { version = "0.11.11", features = ["stream"] }
ron = "0.7.1"
rustyline = "9.1.2"
serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82"
tokio = { version = "1.19.2", features = ["full"] }
toml = "0.5.9"
zip = "0.6.2"

[features]
default = ["northstar"]
northstar = []
launcher = ["northstar"]
cluster = []
profiles = []

[profile.release]
strip = true
lto = true
opt-level = "z"