[package] name = "protoc-rust" version = "2.28.0" authors = ["Stepan Koltsov "] license = "MIT" homepage = "https://github.com/stepancheg/rust-protobuf/" repository = "https://github.com/stepancheg/rust-protobuf/" description = """ protoc --rust_out=... available as API. protoc needs to be in $PATH, protoc-gen-run does not. """ [lib] doctest = false bench = false [dependencies] protoc = { path = "../protoc", version = "=2.28.0" } protobuf = { path = "../protobuf", version = "=2.28.0" } protobuf-codegen = { path = "../protobuf-codegen", version = "=2.28.0" } tempfile = "3" [package.metadata.docs.rs] all-features = true