# 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] name = "rust_release_artefact" version = "0.1.3" authors = ["Tim Allen "] description = "Safely extract installable files from Rust release artefacts." readme = "README.md" keywords = ["release", "channel", "artefact"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/Screwtapello/rust_release_artefact/" [dependencies.libflate] version = "0.1.14" [dependencies.log] version = "0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tar] version = "0.4.14" [dependencies.walkdir] version = "2.1.4" [dependencies.xz2] version = "0.1.3" [dev-dependencies.env_logger] version = "0.5.6" [dev-dependencies.tempfile] version = "3.0.0" [dev-dependencies.version-sync] version = "0.5.0"