# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mender_artifact" version = "0.1.3" authors = ["Ole Petter "] description = "Alpha version parser for the Mender-Artifact version 3 format" homepage = "https://github.com/olepor/mender-artifact-rust" documentation = "https://github.com/olepor/mender-artifact-rust" license = "AGPL-3.0-or-later" repository = "https://github.com/olepor/mender-artifact-rust" [lib] path = "src/lib.rs" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simple_logger] version = "1.3.0" [dependencies.tar] version = "0.4"