# 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-simple-migration" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple yet powerful database migration tool for SurrealDB" homepage = "https://github.com/hpapier/surrealdb-simple-migration.git" readme = "README.md" keywords = [ "surrealdb", "migration", "database", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/hpapier/surrealdb-simple-migration.git" [lib] name = "surrealdb_simple_migration" path = "src/lib.rs" [[bin]] name = "ssm" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.203" [dependencies.surrealdb] version = "2.0.4" [dependencies.tokio] version = "1.37.0" features = ["full"]