# 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 = "shared-mime-embedded" version = "0.1.0-alpha1" authors = ["Michael Ekstrand "] description = "Embedded copy of FreeDesktop Shared MIME data" readme = "README.md" license = "GPL-2.0-or-later" [dependencies.log] version = "^0.4" [dependencies.postcard] version = "^1.0" [dependencies.shared-mime] version = "0.1.0-alpha1" default-features = false [build-dependencies.anyhow] version = "^1.0" [build-dependencies.postcard] version = "^1.0" features = ["use-std"] [build-dependencies.shared-mime] version = "0.1.0-alpha1" features = ["xdg-runtime"] [features] default = ["xdg-runtime"] xdg-runtime = ["shared-mime/xdg-runtime"]