# 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" name = "mtos-pm" version = "0.3.0" authors = ["Matus Mastena "] description = "Package manager for MatuushOS" homepage = "https://gitlab.com/MatuushOS/pm-rust" readme = "README.md" license = "GPL-3.0-only" repository = "https://gitlab.com/MatuushOS/pm-rust" resolver = "2" [[bin]] name = "pm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.assert_cmd] version = "2.0.13" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.packager] version = "0.3.0" [dependencies.ron] version = "0.9.0-alpha.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.8" [features] default = [] dev = []