[package]
edition = "2024"
rust-version = "1.85.0"
name = "rice-ctypes"
version = "0.4.1"
authors = ["Matthew Waters <matthew@centricular.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal helper crate for providing C types for the rice API"
documentation = "https://docs.rs/rice-ctypes"
readme = "README.md"
keywords = [
"STUN",
"ICE",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ystreet/librice"
resolver = "2"
[lib]
name = "rice_ctypes"
path = "src/lib.rs"