[[bin]]
name = "cquill"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.81"
[dependencies.clap]
features = ["derive"]
version = "4.5.3"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.md5]
version = "0.7.0"
[dependencies.regex]
version = "1.10.3"
[dependencies.scylla]
version = "0.12.0"
[dependencies.thiserror]
version = "1.0.58"
[dependencies.tokio]
features = ["full"]
version = "1.36.0"
[dependencies.uuid]
version = "1.7.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.temp-dir]
version = "0.1.12"
[lib]
name = "cquill"
[package]
authors = ["Adam McKee Bennett <adam.be.g84d@gmail.com>"]
build = false
description = "Versioned CQL migrations for Cassandra and ScyllaDB"
edition = "2021"
exclude = [".*", "Dockerfile", "docker-compose.yml"]
homepage = "https://github.com/eighty4/cquill"
keywords = ["cicd", "cql", "migration", "Cassandra", "ScyllaDB"]
license = "MIT"
name = "cquill"
readme = "README.md"
repository = "https://github.com/eighty4/cquill"
version = "0.0.9"
[profile.release]
lto = "fat"
opt-level = 3
strip = "symbols"