# 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" rust-version = "1.68.2" name = "librice-proto" version = "0.0.5" authors = ["Matthew Waters "] description = "ICE (RFC8445) implementation protocol" documentation = "https://docs.rs/librice-proto" readme = "README.md" keywords = [ "STUN", "ICE", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ystreet/librice" [package.metadata.capi] min_version = "0.9.21" [package.metadata.capi.library] name = "rice-proto" rustflags = "-Cpanic=abort" version_suffix_components = 1 [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.byteorder] version = "1" [dependencies.get_if_addrs] version = "0.5" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.nom] version = "7" [dependencies.rand] version = "0.8" [dependencies.socket2] version = "0.5" optional = true [dependencies.stun-proto] version = "0.1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] capi = [ "libc", "socket2", "tracing-subscriber/env-filter", "get_if_addrs", ]