# 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 = "surreal_derive_plus" version = "1.0.18" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Query builder for surrealdb" readme = "README.md" keywords = [ "surreal", "surrealdb", "db", "query-builder", "surrealql", ] license = "MIT" repository = "https://github.com/dev-logs/surreal-derive" [lib] name = "surreal_derive_plus" path = "src/lib.rs" proc-macro = true [[test]] name = "mod" path = "tests/mod.rs" [dependencies.darling] version = "0.20.9" [dependencies.proc-macro2] version = "1.0.67" [dependencies.quote] version = "1.0.33" [dependencies.regex] version = "1.10.5" [dependencies.surreal_devl] version = "1.0.11" [dependencies.surrealdb] version = "1.0.0" default-features = false [dependencies.surrealdb_id] version = "0.1.1" [dependencies.syn] version = "2.0.38" features = ["full"] [dev-dependencies.chrono] version = "0.4.35" [dev-dependencies.serde] version = "1.0.118" features = ["derive"] [dev-dependencies.serde_derive] version = "1.0.196" [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.tokio] version = "1.36.0"