# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "post" version = "0.0.1-alpha.1" authors = ["Joshua Job "] description = "A Publish Subscribe library allowing multiple hosts to register, and subscribe services accross an IP network." license = "MIT" [[bin]] name = "post-meetup" path = "src/bin/post_meetup.rs" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "0.5" [dependencies.clap] version = "2.32" [dependencies.env_logger] version = "0.7" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "^0.13.4" [dependencies.itertools] version = "0.8" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "^0.4" [dependencies.prost] version = "0.6" [dependencies.rmp-serde] version = "0.13" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.10" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["macros", "stream", "time", "rt-core", "sync", "io-std"] [dependencies.tokio-util] version = "0.3" features = ["udp", "codec"] [dependencies.tonic] version = "^0.3" [dev-dependencies.tokio] version = "0.2" features = ["macros", "stream", "time", "rt-core", "sync", "io-std", "process"] [build-dependencies.tonic-build] version = "^0.3"