# 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_migration_engine" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Migration engine for surrealdb" readme = "README.md" license = "MIT" repository = "https://github.com/mcmah309/surrealdb_migration_engine" [lib] name = "surrealdb_migration_engine" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.chrono] version = "0.4" [dependencies.error_set] version = "0.6" [dependencies.regex] version = "1" [dependencies.rust-embed] version = "8" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.surrealdb] version = "2" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.tokio] version = "1" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] tracing = ["dep:tracing"]