# 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" name = "opentalk-diesel-newtype" version = "0.13.0" authors = ["OpenTalk Team "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Newtype derive for diesel types used in OpenTalk crates" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/opentalk-diesel-newtype" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-diesel-newtype" [lib] name = "opentalk_diesel_newtype" path = "src/lib.rs" [dependencies.diesel] version = "2" features = ["postgres"] [dependencies.opentalk-diesel-newtype-impl] version = "0.13.0" [dependencies.serde] version = "1" features = ["derive"]