[package] name = "northstar" version = "0.1.0" authors = ["panicbit "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.33" tokio-rustls = "0.20.0" tokio = { version = "0.3.1", features = ["full"] } mime = "0.3.16" uriparse = "0.6.3" percent-encoding = "2.1.0" futures = "0.3.7" itertools = "0.9.0" log = "0.4.11"