# 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-obj-derive" version = "0.1.1" description = "a derive from surrealdb-schema-derive" readme = "README.md" license = "MIT" repository = "https://github.com/huang12zheng/surrealdb-schema-derive/" [dependencies.anyhow] version = "1.0.66" [dependencies.async-trait] version = "0.1.58" [dependencies.surrealdb] version = "^1.0.0-beta.8" features = [ "kv-rocksdb", "parallel", ] default-features = false [dependencies.surrealdb-obj-derive-impl] version = "=0.1.1" [dependencies.surrealdb-obj-derive-macro] version = "=0.1.1"