# 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 = "pb-rs" version = "0.10.0" authors = ["Johann Tuffe "] description = "A converter from proto files into quick-protobuf compatible Rust module" readme = "README.md" keywords = [ "protobuf", "parser", "quick-protobuf", ] license = "MIT" repository = "https://github.com/tafia/quick-protobuf" [dependencies.clap] version = "2.33.1" optional = true [dependencies.env_logger] version = "0.7.1" optional = true [dependencies.log] version = "0.4.4" [dependencies.nom] version = "7" [dev-dependencies.walkdir] version = "2.3.1" [features] default = ["std"] generateImplFromForEnums = [] std = [ "clap", "env_logger", ]