# 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 = "venator-app" version = "0.2.2" build = "build.rs" include = [ "/src", "/build.rs", "/tauri.conf.json", "/icons", "/gen", "/capabilities", "/dist", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A log and trace viewer for Rust tracing" readme = "README.md" keywords = ["tracing"] license = "MIT" repository = "https://github.com/kmdreko/venator" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "venator" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" default-features = false [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.open] version = "5.3.0" [dependencies.serde] version = "1.0.159" features = [ "std", "derive", ] default-features = false [dependencies.serde_json] version = "1" [dependencies.tauri] version = "2.0.1" features = [] [dependencies.tauri-plugin-clipboard-manager] version = "2.0.1" [dependencies.tauri-plugin-dialog] version = "2.0.1" [dependencies.tauri-plugin-fs] version = "2.0.1" [dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "macros", "net", ] [dependencies.venator-engine] version = "0.2.1" features = ["persist"] [build-dependencies.tauri-build] version = "2.0.1" features = [] [features] custom-protocol = ["tauri/custom-protocol"] default = ["custom-protocol"]