# 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.75.0" name = "prost-dto-core" version = "0.0.2" authors = [ "Ahmed Farghal ", "Mohamed Bassem ", ] description = "Data transfer object conversion macros for prost" homepage = "https://github.com/AhmedSoliman/prost-dto" documentation = "https://docs.rs/prost-dto" license = "BSD-2-Clause" repository = "https://github.com/AhmedSoliman/prost-dto" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", "std", ] default-features = false [dependencies.darling] version = "0.20" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "printing", ] [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.syn] version = "2.0" features = [ "extra-traits", "full", "parsing", ]