# 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] edition = "2018" name = "dispatcher" version = "0.0.1" authors = ["Bevan Hunt "] description = "The platform to build web platforms" homepage = "https://dispatcher.dev" readme = "README.md" keywords = ["platform", "plaforms", "baas", "dispatcher", "real-time"] license = "MIT" [dependencies.base64] version = "0.12" [dependencies.bcrypt] version = "0.6" [dependencies.broker-ntp] version = "0.0.1" [dependencies.bus] version = "2.2" [dependencies.crossbeam] version = "0.7" [dependencies.envy] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.go-flag] version = "0.1" [dependencies.json] version = "0.12" [dependencies.json-patch] version = "0.2" [dependencies.jsonwebtoken] version = "7.1" [dependencies.lazy_static] version = "1.4" [dependencies.pretty_env_logger] version = "0.3" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sled] version = "0.31" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.warp] version = "0.2" features = ["tls"] [dev-dependencies.reqwest] version = "0.10" features = ["json"]