# 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 = "diesel_sqltype_enum_pg" version = "0.2.0" authors = ["Juan Pablo Royo Sales "] description = "Diesel automatic derivation of `FromSql` and `ToSql` for enums with `SqlType` generated by `diesel` and taking `ToString` and `FromStr` as base. Postgres binding only" readme = "README.md" keywords = [ "diesel", "postgres", "sqltype", "enum", "macro", ] categories = [ "development-tools::procedural-macro-helpers", "database", ] license = "MIT" repository = "https://github.com/jproyo/diesel-sqltype-enum-pg" [lib] doctest = false proc-macro = true [dependencies.diesel] version = "2.1" features = ["postgres"] [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.syn] version = "2.0" features = ["full"]