# 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] edition = "2018" name = "diesel-sort-struct-fields" version = "0.1.3" authors = ["David Pedersen "] description = "Macro to sort struct fields and `table!` columns to avoid subtle bugs" homepage = "https://github.com/davidpdrsn/diesel-sort-struct-fields" documentation = "https://docs.rs/diesel-sort-struct-fields" readme = "README.md" keywords = ["database", "sql", "orm", "diesel"] categories = [] license = "MIT" repository = "https://github.com/tonsser/diesel-sort-struct-fields.git" [lib] proc-macro = true [dependencies.proc-macro2] version = "^0.4" [dependencies.quote] version = "^0.6" [dependencies.syn] version = "^0.15" features = ["full", "extra-traits"] [dev-dependencies.diesel] version = "^1" features = ["postgres"] [dev-dependencies.diesel_full_text_search] version = "1.0.1" [dev-dependencies.trybuild] version = "1.0.6"