# 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] name = "rthrift_tutorial" version = "0.1.0" authors = ["okanon "] description = "rthrift server & client tutorial :)" homepage = "https://twitter.com/@xlyr_cs" documentation = "https://thrift.apache.org" readme = "README.md" keywords = ["rthrift", "thrift", "rthrift_tutorial"] license-file = "LICENSE" [[bin]] name = "rthrift_tutorial_server" path = "src/bin/rthrift_tutorial_server.rs" [[bin]] name = "rthrift_tutorial_client" path = "src/bin/rthrift_tutorial_client.rs" [dependencies.clap] version = "<2.28.0" [dependencies.ordered-float] version = "0.3.0" [dependencies.rthrift] version = "0.11.0" [dependencies.try_from] version = "0.2.0"