# 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 = "surrealdb-derive" version = "0.12.0" authors = ["Tobie Morgan Hitchcock "] publish = true description = "Private implementation of procedural macros for surrealdb" homepage = "https://github.com/surrealdb/surrealdb-derive" readme = "README.md" keywords = [ "surrealdb", "surreal", "database", "derive", ] license = "MIT" repository = "https://github.com/surrealdb/surrealdb-derive" [lib] proc-macro = true [dependencies.quote] version = "1.0.32" [dependencies.syn] version = "1.0.109" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.storekey] version = "0.5.0"