[package] name = "react_native_pubky" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate_type = ["cdylib", "staticlib"] name = "pubkymobile" [[bin]] name = "testing" path = "testing/main.rs" [net] git-fetch-with-cli = true [dependencies] uniffi = { version = "0.25.3", features = [ "cli" ] } serde_json = "1.0.114" hex = "0.4.3" sha2 = "0.10.8" serde = { version = "^1.0.209", features = ["derive"] } tokio = "1.40.0" url = "2.5.2" pkarr = { git = "https://github.com/Pubky/pkarr", branch = "v3", features = ["async", "rand"] } pubky = { version = "0.1.0", path = "pubky/pubky" } pubky-common = { version = "0.1.0", path = "pubky/pubky-common" } pubky_homeserver = { version = "0.1.0", path = "pubky/pubky-homeserver" } base64 = "0.22.1" once_cell = "1.19.0"