# 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" rust-version = "1.71.0" name = "strend" version = "0.2.2" authors = ["Thong Nguyen "] description = "Official TUI to search and visualize Shodan historical data." readme = "README.md" keywords = [ "tui", "cli", "terminal", "dashboard", "shodan", ] license = "MIT" repository = "https://github.com/thoongnv/trends-rs" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/strend" mode = "755" source = "target/x86_64-unknown-linux-musl/release/strend" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.dirs] version = "5.0.1" [dependencies.human-repr] version = "1.1.0" [dependencies.ratatui] version = "=0.24.0" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.ureq] version = "2.8.0" features = [ "brotli", "json", "tls", "socks-proxy", ] [dependencies.url] version = "2.4.0" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.mockito] version = "1.1.0" [dev-dependencies.unicode-width] version = "0.1.10"