notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

Cargo.toml (1547B)


      1 [package]
      2 name = "notecrumbs"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      7 
      8 [dependencies]
      9 #nostrdb = "0.1.2"
     10 hyper = { version = "1.1.0", features = ["full"] }
     11 tokio = { version = "1.1.0", features = ["full"] }
     12 hyper-util = { version = "0.1.1", features = ["full"] }
     13 http-body-util = "0.1"
     14 tracing = "0.1.41"
     15 tracing-subscriber = "0.3.19"
     16 #nostrdb = "0.9.0"
     17 nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", branch = "zap-metadata" }
     18 #nostrdb = "0.1.6"
     19 #nostr-sdk = { git = "https://github.com/damus-io/nostr-sdk.git", rev = "fc0dc7b38f5060f171228b976b9700c0135245d3" }
     20 #nostr-sdk = "0.37.0"
     21 #nostr = "0.37.0"
     22 # PR #1172: relay provenance tracking - https://github.com/rust-nostr/nostr/pull/1172
     23 nostr-sdk = { git = "https://github.com/alltheseas/rust-nostr.git", branch = "relay-provenance-tracking" }
     24 nostr = { git = "https://github.com/alltheseas/rust-nostr.git", branch = "relay-provenance-tracking" }
     25 hex = "0.4.3"
     26 egui = "0.23.0"
     27 egui_extras = { version = "0.23.0", features = ["image", "svg"] }
     28 egui_skia = { git = "https://github.com/jb55/egui_skia.git", rev = "6205d63e751d3acfcf6d43908c27a82d59706038", features = ["cpu_fix"] }
     29 #egui_skia = { path = "/home/jb55/dev/github/lucasmerlin/egui_skia", features = ["cpu_fix"] }
     30 skia-safe = "0.58.0"
     31 image = "0.24.7"
     32 bytes = "1.5.0"
     33 http = "1.0.0"
     34 html-escape = "0.2.13"
     35 ammonia = "4.0"
     36 pulldown-cmark = "0.9"
     37 serde_json = "*"
     38 metrics = "0.21"
     39 metrics-exporter-prometheus = "0.13"
     40 dashmap = "6"