1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "grpcio" 16version = "0.9.1" 17authors = ["The TiKV Project Developers"] 18autoexamples = false 19description = "The rust language implementation of gRPC, base on the gRPC c core library." 20homepage = "https://github.com/tikv/grpc-rs" 21documentation = "https://docs.rs/grpcio" 22readme = "README.md" 23keywords = ["grpc", "protobuf", "rpc", "tls", "http2"] 24categories = ["asynchronous", "network-programming"] 25license = "Apache-2.0" 26repository = "https://github.com/tikv/grpc-rs" 27[package.metadata.docs.rs] 28all-features = true 29[dependencies.bytes] 30version = "1.0" 31optional = true 32 33[dependencies.futures] 34version = "0.3" 35 36[dependencies.grpcio-sys] 37version = "0.9" 38default-features = false 39 40[dependencies.libc] 41version = "0.2" 42 43[dependencies.log] 44version = "0.4" 45 46[dependencies.parking_lot] 47version = "0.11" 48 49[dependencies.prost] 50version = "0.7" 51optional = true 52 53[dependencies.protobuf] 54version = "2.0" 55optional = true 56 57[features] 58default = ["protobuf-codec", "secure", "use-bindgen"] 59no-omit-frame-pointer = ["grpcio-sys/no-omit-frame-pointer"] 60openssl = ["secure", "grpcio-sys/openssl"] 61openssl-vendored = ["secure", "grpcio-sys/openssl-vendored"] 62prost-codec = ["prost", "bytes"] 63protobuf-codec = ["protobuf"] 64secure = ["grpcio-sys/secure"] 65use-bindgen = ["grpcio-sys/use-bindgen"] 66[badges.travis-ci] 67repository = "tikv/grpc-rs" 68