# 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 = "2018" name = "xdgkit" version = "3.2.5" authors = ["Israel Dahl "] description = "A command line kit for XDG specs. As well as a Rust library" homepage = "https://freedesktop.org" documentation = "https://docs.rs/xdgkit/" readme = "README.md" keywords = [ "xdg", "menu", "icons", "desktop", "linux", ] categories = [ "command-line-utilities", "os::linux-apis", "os", ] license-file = "LICENSE" repository = "https://github.com/1sra3l/xdgkit" [lib] name = "xdgkit" path = "src/lib.rs" [[bin]] name = "xdgkit" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.2" features = ["yaml"] [dependencies.quick-xml] version = "0.21" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tini] version = "1.3"