ntgcalls-sys 3.0.0-beta12

Raw FFI bindings to the ntgcalls C ABI
# 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 = "2021"
name = "ntgcalls-sys"
version = "3.0.0-beta12"
build = "build.rs"
links = "ntgcalls"
include = [
    "src/**/*.rs",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the ntgcalls C ABI"
homepage = "https://pytgcalls.github.io/"
readme = "README.md"
keywords = [
    "telegram",
    "webrtc",
    "voip",
    "mtproto",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "multimedia",
]
license = "LGPL-3.0-only"
repository = "https://github.com/pytgcalls/ntgcalls"

[lib]
name = "ntgcalls_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.ureq]
version = "3"

[build-dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false