# 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 = "2021" name = "xdg-mime" version = "0.4.0" authors = ["Emmanuele Bassi "] exclude = [ ".github/*", ".gitignore", ] description = "A library for loading and querying the XDG shared MIME database" documentation = "https://docs.rs/xdg_mime" readme = "README.md" keywords = [ "linux", "mime", "xdg", "configuration", ] license = "Apache-2.0" repository = "https://github.com/ebassi/xdg-mime-rs" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [ "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", ] [lib] name = "xdg_mime" path = "src/lib.rs" [dependencies.dirs-next] version = "2.0" [dependencies.glob] version = "0.3.0" [dependencies.mime] version = "0.3" [dependencies.nom] version = "^7" [dependencies.unicase] version = "2.3.0"