northstar 0.7.0

Northstar is an container runtime for Linux targetting embedded systems
[package]
name = "northstar"
version = "0.7.0"
authors = ["ESRLabs"]
description = "Northstar is an container runtime for Linux targetting embedded systems"
edition = "2021"
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/esrlabs/northstar"
default-run = "northstar"

[dependencies]
anyhow = { version = "1.0.66", features = ["backtrace"] }
clap = { version = "4.0.18", features = ["derive"] }
log = "0.4.17"
nix = { version = "0.25.0", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "0.7.0", path = "../northstar-runtime", features = ["runtime", "rexec"] }
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.5.9"

[target.'cfg(not(target_os = "android"))'.dependencies]
env_logger = "0.9.1"

[target.'cfg(target_os = "android")'.dependencies]
android-logd-logger = "0.3.2"