# 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 = "pobsd" version = "0.2.0" authors = ["Hukadan "] description = "Simple tool to interact with the PlayOnBSD database" homepage = "https://github.com/Hukadan/pobsd-rs" readme = "README.md" keywords = [ "OpenBSD", "PlayOnBSD", ] license = "MIT" resolver = "1" [dependencies.clap] version = "4" [dependencies.crossterm] version = "0.26" [dependencies.pledge] version = "0.4" [dependencies.pobsd-parser] version = "0.2" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tui] version = "0.19" [dependencies.unveil] version = "0.3"