# 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 = "osintui" version = "0.1.1" description = "Open Source Intelligence Terminal User Interface" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0.43" [dependencies.backtrace] version = "0.3.57" [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.19" features = ["serde"] [dependencies.dirs] version = "3.0.2" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.tui] version = "0.14" features = [ "crossterm", "serde", ] default-features = false [dependencies.unicode-width] version = "0.1.8"