# 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 = "sage_broker" version = "0.3.0" authors = ["Kevin D'ORANGE "] description = "MQTT 5.0 broker" readme = "README.md" keywords = ["mqtt", "broker", "iot"] categories = ["command-line-utilities", "network-programming", "web-programming"] license = "MIT" repository = "https://github.com/OragonEfreet/sage_broker" resolver = "2" [dependencies.ctrlc] version = "3.2.1" [dependencies.futures] version = "0.3.14" [dependencies.log] version = "0.4.14" [dependencies.nanoid] version = "0.4.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.sage_mqtt] version = "0.5" [dependencies.tokio] version = "1.15.0" features = ["sync", "rt-multi-thread", "net", "time", "macros"] [dev-dependencies.rand] version = "0.8.0"