# 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 = "recently-used-xbel" version = "1.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse the ~/.local/share/recently-used.xbel file" readme = "README.md" keywords = [ "recently", "used", "xbel", ] license = "MPL-2.0" repository = "https://github.com/pop-os/recently-used-xbel" [lib] name = "recently_used_xbel" path = "src/lib.rs" [[example]] name = "debug" path = "examples/debug.rs" [[example]] name = "update" path = "examples/update.rs" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "5.0.1" [dependencies.infer] version = "0.16" [dependencies.mime_guess] version = "2.0.5" [dependencies.quick-xml] version = "0.36.1" features = [ "overlapped-lists", "serialize", "serde-types", ] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.url] version = "2.5.2" [dev-dependencies.tempfile] version = "3.12.0"