srtp2-sys 3.0.2

Binding for libsrtp2
Documentation
[build-dependencies.bindgen]
version = "0.55"

[build-dependencies.make-cmd]
optional = true
version = "0.1.0"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies.openssl-sys]
optional = true
version = "0.9"

[features]
build = ["make-cmd"]
build-openssl = ["enable-openssl", "openssl-sys/vendored"]
enable-openssl = ["openssl-sys"]
skip-linking = []

[package]
authors = ["Hyeonu Park <nemo1275@gmail.com>"]
build = "build.rs"
categories = ["multimedia", "network-programming", "external-ffi-bindings"]
description = "Binding for libsrtp2"
documentation = "https://docs.rs/srtp2-sys/3.0.0/srtp2_sys"
edition = "2018"
keywords = ["srtp", "rtp"]
license = "BSD-3-Clause"
links = "srtp2"
name = "srtp2-sys"
repository = "https://github.com/HyeonuPark/srtp2-sys"
version = "3.0.2"

[package.metadata.docs.rs]
features = ["skip-linking", "enable-openssl"]

[package.metadata.pkg-config]
libsrtp2 = "2.3.0"

[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
version = "0.2"