# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65.0" name = "northstar-nstar" version = "0.9.1" authors = ["ESRLabs"] description = "Northstar is an container runtime for Linux targetting embedded systems" license = "Apache-2.0" repository = "https://github.com/esrlabs/northstar" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.base64] version = "0.21.5" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.clap_complete] version = "4.3.2" [dependencies.futures] version = "0.3.29" default-features = false [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.11.0" [dependencies.northstar-client] version = "^0.9.1" [dependencies.northstar-runtime] version = "^0.9.1" features = ["seccomp"] [dependencies.pin-project-lite] version = "0.2.9" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.10.2" [dependencies.serde_json] version = "1.0.95" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-std", "io-util", "macros", "net", "rt", "time", ] [dependencies.tokio-util] version = "0.7.8" [dependencies.url] version = "2.4.1"