# 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" rust-version = "1.75.0" name = "charybdis-migrate" version = "0.7.7" description = "Automatic Migration Tool for Charybdis ORM" readme = "README.md" categories = ["database"] license = "MIT" repository = "https://github.com/nodecosmos/charybdis" [lib] name = "migrate" path = "src/lib.rs" [[bin]] name = "migrate" path = "src/migrate.rs" [dependencies.charybdis_parser] version = "0.7.7" [dependencies.clap] version = "4.5.9" features = [ "derive", "string", ] [dependencies.colored] version = "2.1.0" [dependencies.openssl] version = "0.10.64" [dependencies.regex] version = "1.10.5" [dependencies.scylla] version = "0.14.0" features = ["ssl"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.tokio] version = "1.38.0" features = ["full"]