# 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" rust-version = "1.75" name = "krossbar-bus-lib" version = "0.5.7" authors = ["Alexander Smoktal "] description = """ Krossbar bus library """ homepage = "https://krossbar.rs" readme = "README.md" keywords = [ "rpc", "messaging", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/krossbar-platform/krossbar-bus" [dependencies.async-channel] version = "2.2" [dependencies.bson] version = "2.10" [dependencies.futures] version = "0.3" [dependencies.krossbar-bus-common] version = "0.5.0" [dependencies.krossbar-rpc] version = "0.5.5" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1.37" features = [ "net", "time", "signal", ] [dev-dependencies.json] version = "0.12.4" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.rstest] version = "0.19" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.tokio] version = "1.37" features = ["full"] [dev-dependencies.tokio-util] version = "0.7" [features] default = [ "inspection", "monitor", ] inspection = [] monitor = ["krossbar-rpc/monitor"]