# 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_id" version = "0.1.2" description = "Id and Relation for SurrealDB" readme = "README.md" keywords = [ "surreal", "surrealdb", "db", "surrealql", "id", ] license = "MIT" repository = "https://github.com/dev-logs/surrealdb-id" [dependencies.serde] version = "1.0.196" [dependencies.serde_derive] version = "1.0.196" [dependencies.serde_json] version = "1.0.113" [dependencies.surrealdb] version = "1.3.0" default-features = false [dev-dependencies.chrono] version = "0.4.35" [dev-dependencies.surrealdb] version = "1.3.0" features = ["kv-mem"] default-features = false [dev-dependencies.tokio] version = "1.36.0"