srtp2-sys 3.0.2

Binding for libsrtp2
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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