# 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 = "crash_orm_derive" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Crash ORM" homepage = "https://github.com/Cr4shd3v/crash_orm" documentation = "https://docs.rs/crash_orm/latest/crash_orm_derive/" readme = "Readme.md" keywords = [ "async", "database", "framework", "macro", "orm", ] categories = ["database"] license = "MIT" repository = "https://github.com/Cr4shd3v/crash_orm" [lib] name = "crash_orm_derive" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "^0.6.0" [dependencies.quote] version = "^1.0" [dependencies.syn] version = "^2.0" features = ["full"]