# 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 = "tx5-go-pion-sys" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = "build.rs" links = "go-pion-webrtc" exclude = ["vendor/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Low level rust bindings to the go pion webrtc library" documentation = "https://docs.rs/tx5-go-pion-sys" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/holochain/tx5" [lib] name = "tx5_go_pion_sys" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.dirs] version = "5.0.0" [dependencies.libc] version = "0.2.141" [dependencies.libloading] version = "0.8.0" [dependencies.once_cell] version = "1.17.1" [dependencies.ouroboros] version = "0.15.6" [dependencies.sha2] version = "0.10.6" [dependencies.tracing] version = "0.1.37" [dependencies.tx5-core] version = "0.0.17-alpha" features = ["file_check"] default-features = false [dev-dependencies.parking_lot] version = "0.12.1" [build-dependencies.Inflector] version = "0.11.4" [build-dependencies.base64] version = "0.13.0" [build-dependencies.once_cell] version = "1.17.1" [build-dependencies.sha2] version = "0.10.6" [build-dependencies.zip] version = "0.6.4" features = ["deflate"] default-features = false [features] force_dynamic_link = [] force_static_link = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(link_dynamic)", "cfg(link_static)", ]