# 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 = "appimage_environment" version = "0.2.1" authors = ["ph0llux "] exclude = ["build/*", "doc/*", "appimage_example_stuff"] publish = true description = "This crate contains some structs and functions to handle the tools, which are included in the AppImage.\n" homepage = "https://github.com/ph0llux/appimage_environment" documentation = "https://docs.rs/appimage_environment" readme = "README.md" license = " BSD-3-Clause" repository = "https://github.com/ph0llux/appimage_environment" [lib] name = "appimage_environment" crate-type = ["lib"] path = "src/lib/mod.rs" test = true bench = true edition = "2018" [dependencies.is_executable] version = "0.1.2" [dependencies.phollaits] version = "0.2" [dependencies.walkdir] version = "2"