# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "simbol-server" version = "1.1.0" authors = ["Alberto Elias "] publish = true description = "Simple Web and WebSocket server, specially for sites that use Simbol" homepage = "https://simbol.io" documentation = "https://github.com/simbol/simbol-server" keywords = ["webrtc", "server", "web", "decentralized", "http"] license = "MIT" repository = "https://github.com/simbol/simbol-server" [dependencies.iron] version = "0.6" features = ["native-tls-example"] [dependencies.iron-cors] version = "0.8" [dependencies.mount] version = "0.4" [dependencies.router] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.staticfile] version = "0.5" [dependencies.ws] version = "0.7.3"