# This file is part of Deja-Vu. # # Deja-Vu is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Deja-Vu is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Deja-Vu. If not, see . [package] name = "deja-vu" authors = ["2Shirt <2xShirt@gmail.com>"] edition = "2024" license = "GPL" version = "0.2.0" [dependencies] core = { path = "../core" } color-eyre = "0.6.3" clap = { version = "4.4.5", features = [ "derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles", ] } ratatui = { version = "0.29.0", features = ["serde", "macros"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.125" tokio = { version = "1.43.0", features = ["full"] } tokio-util = "0.7.11" tracing = "0.1.41" tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde"] } check_elevation = "0.2.4" [build-dependencies] anyhow = "1.0.86" vergen-gix = { version = "1.0.0", features = ["build", "cargo"] }