# 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 = "2018" name = "pbzlib" version = "0.1.1" authors = ["Fabien Geyer "] description = "This library is used for simplifying the serialization and deserialization of protocol buffer objects to/from files. The main use-case is to save and read a large collection of objects of the same type. Each file contains a header with the description of the protocol buffer, meaning that no compilation of .proto description file is required." homepage = "https://github.com/fabgeyer/pbzlib-rs" documentation = "https://github.com/fabgeyer/pbzlib-rs" readme = "README.md" keywords = ["serialization", "pbzlib"] license = "MIT" repository = "https://github.com/fabgeyer/pbzlib-rs" [[bin]] name = "pbz2jsonl" path = "pbz2jsonl/main.rs" test = false bench = false required-features = ["cli"] [[bin]] name = "pbzspeed" path = "pbzspeed/main.rs" test = false bench = false required-features = ["cli"] [dependencies.clap] version = "2.34.0" optional = true [dependencies.flate2] version = "1.0" [dependencies.indicatif] version = "0.16.2" optional = true [dependencies.jsonpath_lib] version = "0.3.0" optional = true [dependencies.protobuf] version = "2.25.0" [dependencies.serde] version = "1.0.130" [dependencies.serde-protobuf] version = "0.8.2" [dependencies.serde_json] version = "1.0.73" [features] cli = ["clap", "indicatif", "jsonpath_lib"]