# 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 = "prost_types_for_lucas" version = "0.11.2" authors = ["lucas"] description = "Fork to prost-types, try for add serde derive." documentation = "https://docs.rs/prost-types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/TaurusM/prost_types_for_lucas.git" [lib] doctest = false [dependencies.bytes] version = "1" default-features = false [dependencies.prost] version = "0.11" features = ["prost-derive"] default-features = false [dependencies.serde] version = "1.0.145" features = ["derive"] [dev-dependencies.proptest] version = "1" [features] default = ["std"] std = ["prost/std"]