# 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 = "webrtc-sys" version = "0.3.5" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Unsafe bindings to libwebrtc" homepage = "https://livekit.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/livekit/client-sdk-rust" resolver = "1" [lib] name = "webrtc_sys" path = "src/lib.rs" [dependencies.cxx] version = "1.0" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [build-dependencies.cc] version = "1.0" [build-dependencies.cxx-build] version = "1.0" [build-dependencies.glob] version = "0.3" [build-dependencies.webrtc-sys-build] version = "0.3.5"