[dependencies.prost-dto-core]
version = "0.0.4"
[dependencies.prost-dto-derive]
version = "0.0.4"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"
[lib]
name = "prost_dto"
path = "src/lib.rs"
[package]
authors = ["Ahmed Farghal <me@asoli.dev>", "Mohamed Bassem <me@mbassem.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Data transfer object conversion macros for prost"
documentation = "https://docs.rs/prost-dto"
edition = "2024"
homepage = "https://github.com/AhmedSoliman/prost-dto"
license = "BSD-2-Clause"
name = "prost-dto"
readme = "README.md"
repository = "https://github.com/AhmedSoliman/prost-dto"
resolver = "2"
rust-version = "1.89.0"
version = "0.0.4"
[[test]]
name = "from-prost-enum-unit"
path = "tests/from-prost-enum-unit.rs"
[[test]]
name = "into-prost-enum-unit"
path = "tests/into-prost-enum-unit.rs"
[[test]]
name = "simple-from-prost-struct"
path = "tests/simple-from-prost-struct.rs"
[[test]]
name = "simple-into-prost-enum"
path = "tests/simple-into-prost-enum.rs"
[[test]]
name = "simple-into-prost-struct"
path = "tests/simple-into-prost-struct.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"