# 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.57" name = "ippsec" version = "0.1.0" authors = ["BenoƮt Benedetti "] description = "An interactive tool to navigate https://ippsec.rocks/ videos" homepage = "https://github.com/humboldtux/ippsec" documentation = "https://github.com/humboldtux/ippsec" readme = "README.md" keywords = ["terminal", "cli", "tui", "fuzzy", "skim"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/humboldtux/ippsec" resolver = "2" [profile.release] lto = true codegen-units = 1 debug = false panic = "abort" incremental = true [dependencies.anyhow] version = "1.0.52" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74" [dependencies.skim] version = "0.9.4" [dependencies.webbrowser] version = "0.5.5" [features] default = [] nix = [] [badges.maintenance] status = "actively-developed"