[package]
edition = "2018"
name = "srtp2-sys"
version = "3.0.2"
authors = ["Hyeonu Park <nemo1275@gmail.com>"]
build = "build.rs"
links = "srtp2"
description = "Binding for libsrtp2"
documentation = "https://docs.rs/srtp2-sys/3.0.0/srtp2_sys"
keywords = ["srtp", "rtp"]
categories = ["multimedia", "network-programming", "external-ffi-bindings"]
license = "BSD-3-Clause"
repository = "https://github.com/HyeonuPark/srtp2-sys"
[package.metadata.docs.rs]
features = ["skip-linking", "enable-openssl"]
[package.metadata.pkg-config]
libsrtp2 = "2.3.0"
[dependencies.openssl-sys]
version = "0.9"
optional = true
[build-dependencies.bindgen]
version = "0.55"
[build-dependencies.make-cmd]
version = "0.1.0"
optional = true
[build-dependencies.pkg-config]
version = "0.3"
[features]
build = ["make-cmd"]
build-openssl = ["enable-openssl", "openssl-sys/vendored"]
enable-openssl = ["openssl-sys"]
skip-linking = []
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
version = "0.2"