xmtp-sys 0.1.9

Raw FFI bindings to the XMTP messaging protocol static library (libxmtp_ffi)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"