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.8.2" 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[profile.release] 30debug = true 31[dependencies.bytes] 32version = "1.0" 33optional = true 34 35[dependencies.futures] 36version = "0.3" 37 38[dependencies.grpcio-sys] 39version = "0.8" 40default-features = false 41 42[dependencies.libc] 43version = "0.2" 44 45[dependencies.log] 46version = "0.4" 47 48[dependencies.parking_lot] 49version = "0.11" 50 51[dependencies.prost] 52version = "0.7" 53optional = true 54 55[dependencies.protobuf] 56version = "2.0" 57optional = true 58 59[features] 60default = ["protobuf-codec", "secure", "use-bindgen"] 61no-omit-frame-pointer = ["grpcio-sys/no-omit-frame-pointer"] 62openssl = ["secure", "grpcio-sys/openssl"] 63openssl-vendored = ["secure", "grpcio-sys/openssl-vendored"] 64prost-codec = ["prost", "bytes"] 65protobuf-codec = ["protobuf"] 66secure = ["grpcio-sys/secure"] 67use-bindgen = ["grpcio-sys/use-bindgen"] 68[badges.travis-ci] 69repository = "tikv/grpc-rs" 70