# 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-extras" version = "2.0.7" authors = ["frederik"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides additional functionality for working with SurrealDB" readme = "readme.md" license = "MIT" repository = "https://github.com/frederik-uni/surrealdb-extras" [lib] name = "surrealdb_extras" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.geo] version = "0.28" optional = true [dependencies.rust_decimal] version = "1.36" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-content] version = "0.1.0" [dependencies.surrealdb] version = "2" [dependencies.surrealdb-extras-proc-macro] version = "2.0.6" [dependencies.uuid] version = "1.11" optional = true [features] chrono = ["dep:chrono"] default = [] geo = ["dep:geo"] rust_decimal = ["dep:rust_decimal"] uuid = ["dep:uuid"]