# 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-common-rpc" version = "0.5.6" authors = ["Alexander Smoktal "] description = """ Krossbar RPC library """ homepage = "https://krossbar.rs" readme = "README.md" keywords = ["rpc"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/krossbar-platform/krossbar-common" [package.metadata.docs.rs] all-features = true [dependencies.async-send-fd] version = "1.2" features = ["tokio"] [dependencies.bson] version = "2.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.19" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = ["net"] [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.tokio] version = "1.37" features = [ "full", "test-util", ] [features] default = [] impl-monitor = ["monitor"] monitor = []