# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "diesel-derive-more" version = "1.1.3" authors = ["Giorgos Georgiou "] description = "Additional derives to use with diesel to remove some boilerplate code" readme = "README.md" keywords = ["diesel", "sql", "enum", "insertable"] license = "Apache-2.0" repository = "https://github.com/behos/diesel-derive-more" [lib] proc-macro = true [dependencies.diesel] version = "~1" features = ["postgres", "chrono"] [dependencies.quote] version = "~0.4" [dependencies.serde] version = "~1.0" optional = true [dependencies.serde_derive] version = "~1.0" optional = true [dependencies.syn] version = "~0.12" [dev-dependencies.dotenv] version = "~0.11" [dev-dependencies.serde_json] version = "~1.0" [features] serialization = ["serde", "serde_derive"]