# 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 = "packager" version = "0.3.0" authors = ["Matus Mastena "] description = "Packager crate for pm-rust. Can be used independently" homepage = "https://gitlab.com/MatuushOS/pm-rust" keywords = [ "packager", "pm-rust", "mtos", ] categories = ["development-tools"] license = "GPL-3.0-only" resolver = "2" [dependencies.anyhow] version = "1.0.79" features = ["std"] [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [features] clang = [] default = ["clang"]