# 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-migrations" version = "2.0.0" authors = ["David Bottiau"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project." documentation = "https://docs.rs/surrealdb-migrations/" readme = "readme.md" keywords = [ "surrealdb", "migrations", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Odonno/surrealdb-migrations/" [lib] name = "surrealdb_migrations" path = "src/lib.rs" [[bin]] name = "surrealdb-migrations" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.chrono-human-duration] version = "0.1.1" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.cli-table] version = "=0.4.7" [dependencies.color-eyre] version = "0.6.3" [dependencies.convert_case] version = "0.6.0" [dependencies.diffy] version = "0.4.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.include_dir] version = "0.7.4" [dependencies.itertools] version = "0.13.0" [dependencies.names] version = "0.14.0" default-features = false [dependencies.regex] version = "1.10.6" [dependencies.rust-ini] version = "0.21.1" [dependencies.serde] version = "1.0.206" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.sqlparser] version = "0.49.0" [dependencies.surrealdb] version = "2.0.1" features = [ "protocol-http", "jwks", ] [dependencies.tokio] version = "1.39.2" features = ["macros"] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.dir-diff] version = "0.3.3" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tokio-test] version = "0.4.4"