# 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" rust-version = "1.56" name = "sg-prost" version = "0.11.3" authors = [ "Dan Burkert ", "Lucio Franco ", ] description = "This is a fork." documentation = "https://docs.rs/prost" readme = "README.md" keywords = [ "protobuf", "serialization", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/TaurusM/prost.git" [profile.bench] debug = 2 [lib] bench = false [[bench]] name = "varint" harness = false [dependencies.bytes] version = "1" default-features = false [dependencies.sg-prost-derive] version = "0.11.0" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.8" default-features = false [dev-dependencies.log] version = "0.4" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.8" [features] default = [ "sg-prost-derive", "std", ] no-recursion-limit = [] std = []