[workspace] resolver = "2" package.version = "0.3.1" members = [ "crates/notedeck", "crates/notedeck_chrome", "crates/notedeck_columns", "crates/enostr", "crates/tokenator", ] [workspace.dependencies] base32 = "0.4.0" base64 = "0.22.1" rmpv = "1.3.0" bech32 = { version = "0.11", default-features = false } bitflags = "2.5.0" dirs = "5.0.1" eframe = { version = "0.31.1", default-features = false, features = [ "wgpu", "wayland", "x11", "android-game-activity" ] } egui = { version = "0.31.1", features = ["serde"] } egui_extras = { version = "0.31.1", features = ["all_loaders"] } egui-winit = { version = "0.31.1", features = ["android-game-activity", "clipboard"] } egui_nav = { git = "https://github.com/damus-io/egui-nav", rev = "5e816ac95e20f31dbb243a0d76179eab329a8ac0" } egui_tabs = { git = "https://github.com/damus-io/egui-tabs", rev = "881d86bdf8b424563bf0869eaab5ab9a69e012a4" } #egui_virtual_list = "0.6.0" egui_virtual_list = { git = "https://github.com/jb55/hello_egui", rev = "a66b6794f5e707a2f4109633770e02b02fb722e1" } ehttp = "0.5.0" enostr = { path = "crates/enostr" } ewebsock = { version = "0.2.0", features = ["tls"] } hex = "0.4.3" image = { version = "0.25", features = ["jpeg", "png", "webp"] } indexmap = "2.6.0" log = "0.4.17" nostr = { version = "0.37.0", default-features = false, features = ["std", "nip49"] } nwc = "0.39.0" mio = { version = "1.0.3", features = ["os-poll", "net"] } nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "7a6af440c12e78ebca95867102c0512cbc0bee16" } #nostrdb = "0.6.1" notedeck = { path = "crates/notedeck" } notedeck_chrome = { path = "crates/notedeck_chrome" } notedeck_columns = { path = "crates/notedeck_columns" } tokenator = { path = "crates/tokenator" } open = "5.3.0" poll-promise = { version = "0.3.0", features = ["tokio"] } puffin = { git = "https://github.com/jb55/puffin", package = "puffin", rev = "c6a6242adaf90b6292c0f462d2acd34d96d224d2" } puffin_egui = { git = "https://github.com/jb55/puffin", package = "puffin_egui", rev = "c6a6242adaf90b6292c0f462d2acd34d96d224d2" } serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence serde_derive = "1" serde_json = "1.0.89" strum = "0.26" strum_macros = "0.26" thiserror = "2.0.7" tokio = { version = "1.16", features = ["macros", "rt-multi-thread", "fs"] } tracing = { version = "0.1.40", features = ["log"] } tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tempfile = "3.13.0" url = "2.5.2" urlencoding = "2.1.3" uuid = { version = "1.10.0", features = ["v4"] } sha2 = "0.10.8" bincode = "1.3.3" mime_guess = "2.0.5" pretty_assertions = "1.4.1" jni = "0.21.1" profiling = "1.0" lightning-invoice = "0.33.1" secp256k1 = "0.30.0" [profile.small] inherits = 'release' opt-level = 'z' # Optimize for size lto = true # Enable link-time optimization codegen-units = 1 # Reduce number of codegen units to increase optimizations panic = 'abort' # Abort on panic strip = true # Strip symbols from binary* [patch.crates-io] #egui = { path = "/home/jb55/dev/github/emilk/egui/crates/egui" } #eframe = { path = "/home/jb55/dev/github/emilk/egui/crates/eframe" } #egui-winit = { path = "/home/jb55/dev/github/emilk/egui/crates/egui-winit" } #egui_extras = { path = "/home/jb55/dev/github/emilk/egui/crates/egui_extras" } #epaint = { path = "/home/jb55/dev/github/emilk/egui/crates/epaint" } egui = { git = "https://github.com/damus-io/egui", rev = "93cd1cedc1e8eed2b055e317226838e37a845aad" } eframe = { git = "https://github.com/damus-io/egui", rev = "93cd1cedc1e8eed2b055e317226838e37a845aad" } egui-winit = { git = "https://github.com/damus-io/egui", rev = "93cd1cedc1e8eed2b055e317226838e37a845aad" } egui_extras = { git = "https://github.com/damus-io/egui", rev = "93cd1cedc1e8eed2b055e317226838e37a845aad" } epaint = { git = "https://github.com/damus-io/egui", rev = "93cd1cedc1e8eed2b055e317226838e37a845aad" } puffin = { git = "https://github.com/jb55/puffin", package = "puffin", rev = "c6a6242adaf90b6292c0f462d2acd34d96d224d2" } puffin_egui = { git = "https://github.com/jb55/puffin", package = "puffin_egui", rev = "c6a6242adaf90b6292c0f462d2acd34d96d224d2" } #winit = { git = "https://github.com/damus-io/winit", rev = "14d61a74bee0c9863abe7ef28efae2c4d8bd3743" } #winit = { path = "/home/jb55/dev/github/rust-windowing/winit" } #android-activity = { git = "https://github.com/damus-io/android-activity", rev = "da17773852312a58c3445422dfe477162f2f1265" } #android-activity = { path = "/home/jb55/dev/github/rust-mobile/android-activity/android-activity" }