# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "prototk" version = "0.10.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "prototk provides a toolkit for prototcol buffers." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "prototk" path = "src/lib.rs" [[test]] name = "enum" path = "tests/enum.rs" [[test]] name = "error" path = "tests/error.rs" [[test]] name = "message" path = "tests/message.rs" [[test]] name = "result" path = "tests/result.rs" [dependencies.buffertk] version = "0.10" [dependencies.prototk_derive] version = "0.10" [dependencies.zerror] version = "0.7"