Files
org.parres.whitenoise/rust/Cargo.toml
T
JeffGandGitHub ffe3e87d16 chore: bump whitenoise-rs to 0.2.1 and prep 2026.3.5 release (#450)
* chore: bump whitenoise-rs to 0.2.1 for 2026.3.5 release

* chore: sync widgetbook lockfile with app version

* fix: export iOS deployment target for Rust iOS build

* chore: align changelog release key with app version

* chore: drop build suffix from changelog release key
2026-03-05 19:38:34 +01:00

35 lines
967 B
TOML

[package]
name = "rust_lib_whitenoise"
version = "0.2.1"
edition = "2024"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
anyhow = "1.0.99"
chrono = { version = "0.4.40", features = ["serde"] }
flutter_rust_bridge = { version = "=2.11.1", features = ["chrono"] }
hex = "0.4"
mdk-core = { version = "0.7.1", git = "https://github.com/marmot-protocol/mdk", rev = "ca0663ee332958aa92efadf916d19c6e1b1f99c7", features = [
"mip04",
] }
nostr-sdk = { version = "0.44", features = [
"nip04",
"nip44",
"nip47",
"nip59",
] }
serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = { version = "1.44", features = ["rt", "rt-multi-thread"] }
tracing = "0.1"
url = "2.5.1"
whitenoise = { version = "0.2.1", git = "https://github.com/marmot-protocol/whitenoise-rs", rev = "e28f9f74a89e1690b926f680f2ddf22536142936" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }
[lints.clippy]
not_unsafe_ptr_arg_deref = "allow"