# 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 = "srtp" version = "0.7.0" authors = ["Hyeonu Park "] description = "Rusty wrapper for libsrtp2" documentation = "https://docs.rs/srtp/0.7.0/srtp" keywords = ["srtp"] categories = ["multimedia", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/HyeonuPark/srtp" [package.metadata.docs.rs] features = ["skip-linking", "enable-openssl"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.bytes] version = "0.6" optional = true [dependencies.foreign-types] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.paste] version = "1.0" [dependencies.srtp2-sys] version = "3.0" [dependencies.thiserror] version = "1.0" [features] build-libsrtp = ["srtp2-sys/build"] build-openssl = ["enable-openssl", "srtp2-sys/build-openssl"] default = ["bytes", "log", "enable-openssl", "build-libsrtp"] enable-openssl = ["openssl", "srtp2-sys/enable-openssl"] skip-linking = ["srtp2-sys/skip-linking"]