# 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_functions" version = "0.0.4" authors = ["alyti "] description = "procmacro for surrealdb functions (fn::*)" documentation = "https://docs.rs/surrealdb_functions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/alyti/surrealdb_functions" [lib] proc-macro = true [dependencies.nom] version = "7.1.3" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.32" [dependencies.syn] version = "2.0.27" [dev-dependencies.chrono] version = "0.4.26" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt", ] [dev-dependencies.uuid] version = "1.4.1"