# 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 = "venues" version = "0.3.2" description = "Privacy friendly online meeting service" documentation = "https://docs.rs/venues" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/BrightOpen/venues" [[bin]] name = "venues-server" path = "src/server/main.rs" [[bin]] name = "venues-client" path = "src/client/main.rs" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1" features = [ "attributes", "tokio1", ] [dependencies.async-trait] version = "0.1" [dependencies.ed25519-compact] version = "2.1.1" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.presence] version = "0.5.2" [dependencies.rand] version = "0.8" [dependencies.rustls-acme] version = "0.9" [dependencies.rustls-pemfile] version = "2.0" [dependencies.sha2] version = "0.10" [dependencies.smol-timeout] version = "0.6" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.36.0" features = ["net"] [dependencies.webrtc-dtls] version = "0.9" features = ["pem"] [dependencies.webrtc-util] version = "0.8"