# 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.63.0" name = "cargo-npk" version = "0.9.0" description = "Northstar is an container runtime for Linux targetting embedded systems" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/esrlabs/northstar" [dependencies.anyhow] version = "1.0.71" [dependencies.atty] version = "0.2.14" [dependencies.cargo-subcommand] version = "0.11.0" features = ["clap"] [dependencies.cargo_metadata] version = "0.15.3" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.human_bytes] version = "0.4.2" [dependencies.humantime] version = "2.1.0" [dependencies.northstar-runtime] version = "^0.9.0" features = ["npk"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.tempfile] version = "3.5.0" [dependencies.termcolor] version = "1.3.0"