# 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 = "kak-popup" version = "0.6.2-beta" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "kakoune popups" readme = "readme.md" license = "CC0-1.0" repository = "https://github.com/enricozb/popup.kak" [[bin]] name = "kak-popup" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.daemonize] version = "0.5.0" [dependencies.futures] version = "0.3.28" [dependencies.nix] version = "0.26.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tempfile] version = "3.5.0" [dependencies.tokio] version = "1.28.2" features = ["full"]