# 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 = "gnostique" version = "0.1.0-alpha.1" exclude = ["doc/"] description = "Native desktop Nostr client." readme = "README.md" keywords = [ "nostr", "client", "GTK", "GUI", ] license = "Apache-2.0 OR MIT" repository = "https://jirijakes.com/code/gnostique" [dependencies.chrono] version = "0.4.23" [dependencies.directories] version = "4.0.1" [dependencies.gtk] version = "0.5.5" features = ["v4_6"] package = "gtk4" [dependencies.linkify] version = "0.9.0" [dependencies.nostr-sdk] version = "0.14.1" [dependencies.relm4] version = "0.5.0-rc.1" [dependencies.reqwest] version = "0.11.13" [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.24.1" features = ["full"]