# 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 = "pacmanconf" version = "3.1.0" authors = ["morganamilo "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pacman-conf wrapper library for parsing pacman config files" homepage = "http://github.com/Morganamilo/pacmanconf.rs/pacmanconf" documentation = "https://docs.rs/pacmanconf" readme = false keywords = [ "pacman", "conf", "pacman-conf", "arch", "archlinux", ] categories = ["parser-implementations"] license = "GPL-3.0" repository = "http://github.com/Morganamilo/pacmanconf.rs" [lib] name = "pacmanconf" path = "src/lib.rs" [dependencies.cini] version = "1.0.0"