# 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 = "gistit-proto" version = "0.1.2" authors = ["Fabricio "] build = "./build.rs" description = "Gistit protocol buffer definitions" readme = "README.md" keywords = ["gistit"] categories = ["command-line-utilities", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/fabricio7p/gistit" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.1.0" [dependencies.prost] version = "0.9.0" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.30" [build-dependencies.prost-build] version = "0.9.0"