# 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_proto" version = "0.2.0" authors = [""] description = "Usable protocol buffers" readme = "README.MD" license = "MIT" repository = "https://github.com/semtexzv/protokit" [dependencies.indexmap] version = "2" [dependencies.lex_core] version = "0.8.5" features = [ "parse-integers", "power-of-two", ] package = "lexical-core" [dependencies.lex_float] version = "0.2.1" package = "minimal-lexical" [dependencies.miette] version = "5.5.0" features = ["fancy-no-backtrace"] default-features = false [dependencies.nom] version = "7.1.1" [dependencies.nom-supreme] version = "0.8.0" [dependencies.nom_locate] version = "4.0.0" [dependencies.protokit_desc] version = "0.2.0" [dependencies.protokit_textformat] version = "0.2.0" [dependencies.thiserror] version = "1" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.tracing-subscriber] version = "0.3.11" [features] default = [] descriptors = ["protokit_desc/descriptors"]