# 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 = "surql-definition-macros" version = "0.2.1" description = "A Rust procedural macro for generating SurrealDB table and field definitions." homepage = "https://github.com/kochmaxence/surql-definition-macros" readme = "README.md" keywords = [ "surrealdb", "surreal", "database", "derive", "schema", ] license = "MIT" repository = "https://github.com/kochmaxence/surql-definition-macros" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.81" [dependencies.quote] version = "1.0.36" [dependencies.surql-definition-core] version = "0.2.1" [dependencies.surrealdb-core] version = "1.4.2" optional = true [dependencies.syn] version = "2.0.60" features = ["full"] [features] compile_query_validation = ["dep:surrealdb-core"] default = [] runtime_query_validation = ["dep:surrealdb-core"]