# 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 = "rofi-obsidian" version = "0.1.5" description = "Launch your Obsidian vaults from the comfort of rofi" readme = "README.md" license = "Unlicense" repository = "https://github.com/Nydragon/rofi-obsidian" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.open] version = "5.1.2" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.toml] version = "0.8.13" [dependencies.url] version = "2.5.0"