# 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 = "quick-protobuf" version = "0.8.1" authors = ["Johann Tuffe "] description = "A pure Rust protobuf (de)serializer. Quick." documentation = "https://docs.rs/quick-protobuf" readme = "README.md" keywords = [ "protobuf", "parser", ] license = "MIT" repository = "https://github.com/tafia/quick-protobuf" [dependencies.byteorder] version = "1.3.4" default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.trybuild] version = "1.0.71" [features] default = ["std"] std = ["byteorder/std"]