# 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 = "rotors" version = "0.2.0" description = "tonic-based RPC library" homepage = "https://github.com/hypermynds/rotors" documentation = "https://docs.rs/rotors" readme = "README.md" keywords = [ "rpc", "tonic", "cbor", "async", ] categories = [ "web-programming", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hypermynds/rotors" [dependencies.bytes] version = "1" [dependencies.ciborium] version = "0.2" [dependencies.rotors-macros] version = "0.2.0" [dependencies.serde] version = "1" [dependencies.tonic] version = "0.10" default-features = false [features] default = ["transport"] transport = ["rotors-macros/transport"]