# 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 = "protokit" version = "0.2.0" authors = [""] description = "Usable protocol buffers" readme = "README.MD" license = "MIT" repository = "https://github.com/semtexzv/protokit" [dependencies.anyhow] version = "1" [dependencies.binformat] version = "0.2.0" package = "protokit_binformat" [dependencies.bumpalo] version = "3" features = [ "boxed", "collections", ] [dependencies.derive] version = "0.2.0" package = "protokit_derive" [dependencies.desc] version = "0.2.0" optional = true package = "protokit_desc" [dependencies.grpc] version = "0.2.0" optional = true package = "protokit_grpc" [dependencies.indexmap] version = "2" [dependencies.textformat] version = "0.2.0" optional = true package = "protokit_textformat" [dev-dependencies.maplit] version = "1.0.2" [features] default = [] descriptors = ["desc/descriptors"] grpc = ["dep:grpc"]