# 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 = "flsignal" version = "0.5.0" authors = ["Linus Gasser "] description = "The signalling server as a CLI" homepage = "https://fledg.re" readme = "README.md" keywords = [ "network", "signalling", "webrtc", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ineiti/fledger" resolver = "2" [dependencies.env_logger] version = "0.9" [dependencies.flnet] version = "0.5" [dependencies.flnet-libc] version = "0.5" [dependencies.flutils] version = "0.5" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"]