# 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 = "ipc-rpc" version = "1.2.6" description = "A wrapper over servo/ipc-channel which provides many high level features" documentation = "https://docs.rs/ipc-rpc/" readme = "README.md" keywords = [ "ipc", "rpc", "channel", "ipc-channel", "inter-process", ] categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/Xaeroxe/ipc-rpc" [dependencies.futures] version = "0.3" [dependencies.ipc-channel] version = "0.16.0" [dependencies.log] version = "0.4" [dependencies.schemars] version = "0.8.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.85" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.7" features = [ "sync", "rt-multi-thread", "time", "macros", "process", ] [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.test-log] version = "0.2.11" [features] default = ["message-schema-validation"] message-schema-validation = [ "dep:schemars", "dep:serde_json", ]