# 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 = "opentalk-janus-client" version = "0.3.1" authors = ["OpenTalk Team "] publish = true description = "A janus client implementation for use in OpenTalk" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/opentalk-janus-client" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-janus-client" [package.metadata.cargo-machete] ignored = [ "tokio_test", "env_logger", ] [dependencies.futures] version = "0.3" [dependencies.lapin] version = "2" default-features = false [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", "time", ] [dependencies.tokio-tungstenite] version = "0.21" features = ["rustls-tls-native-roots"] [dependencies.tracing] version = "0.1" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.tokio-test] version = "0.4" [features] default = [ "videoroom", "echotest", ] echotest = [] videoroom = []