# 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 = "cquill-migrate" version = "0.0.1" authors = ["Adam McKee Bennett "] build = false exclude = [ ".*", "Dockerfile", "docker-compose.yml", ] description = "Versioned CQL migrations for Cassandra and ScyllaDB" homepage = "https://github.com/eighty4/cquill" readme = "README.md" keywords = [ "cicd", "cql", "migration", "Cassandra", "ScyllaDB", ] license = "MIT" repository = "https://github.com/eighty4/cquill" [profile.release] opt-level = 3 lto = "fat" strip = "symbols" [lib] name = "cquill" [[bin]] name = "cquill" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.regex] version = "1.7.3" [dependencies.scylla] version = "0.8.0" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.uuid] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.temp-dir] version = "0.1.11"