# 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.81.0" name = "prost-dto" version = "0.0.3" authors = [ "Ahmed Farghal <me@asoli.dev>", "Mohamed Bassem <me@mbassem.com>", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data transfer object conversion macros for prost" homepage = "https://github.com/AhmedSoliman/prost-dto" documentation = "https://docs.rs/prost-dto" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/AhmedSoliman/prost-dto" [lib] name = "prost_dto" path = "src/lib.rs" [[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" [dependencies.prost-dto-core] version = "0.0.3" [dependencies.prost-dto-derive] version = "0.0.3" [dev-dependencies.trybuild] version = "1.0" features = ["diff"]