[package]
edition = "2024"
rust-version = "1.85"
name = "xmtp-sys"
version = "0.1.9"
build = "build.rs"
links = "xmtp_ffi"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the XMTP messaging protocol static library (libxmtp_ffi)"
documentation = "https://docs.rs/xmtp-sys"
readme = "README.md"
keywords = [
"xmtp",
"ffi",
"messaging",
"e2e-encryption",
"mls",
]
categories = [
"api-bindings",
"cryptography",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/qntx/xmtp"
[package.metadata.docs.rs]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
regenerate = ["dep:bindgen"]
[lib]
name = "xmtp_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
optional = true
[build-dependencies.flate2]
version = "1"
[build-dependencies.tar]
version = "0.4"
[build-dependencies.ureq]
version = "3"
[build-dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false
[lints.clippy]
all = "allow"